An open API service indexing awesome lists of open source software.

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

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
```