https://github.com/pinebit/route66
A sample Cars Repair Shop project with reactjs
https://github.com/pinebit/route66
firebase mongodb nodejs reactjs redux
Last synced: about 1 year ago
JSON representation
A sample Cars Repair Shop project with reactjs
- Host: GitHub
- URL: https://github.com/pinebit/route66
- Owner: pinebit
- Created: 2017-11-16T04:28:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T16:00:23.000Z (over 8 years ago)
- Last Synced: 2025-01-03T06:29:11.781Z (about 1 year ago)
- Topics: firebase, mongodb, nodejs, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ROUTE66 - A Car Repair Shop
> This is a web application built with reactjs for Toptal Academy.
There are two versions of the app (in two folders):
1. /firebase is a version built with firebase server support.
This uses firebase authentication and realtime database modules as well as hosting facility.
The latest version is deployed here: route66-ars.firebaseapp.com
2. /custom is a version using custom nodejs server that is built with restify and mongodb.
This uses JWT tokens for authentication and mongodb cloud for the database.
Both versions were bootstrapped with *create-react-app*, so to get them running just run:
```
npm install && npm start
```