- Front End with React, MobX and mobx-state-tree
- Rest API with Node Express and MongoDB
- Cloud with Heroku and mLab
| Rest API URL | Rest API Code |
|---|---|
| https://rest-api-node.herokuapp.com | https://github.com/renanlopescoder/rest-api-node |
- Download or clone the project
- Access the project folder
cd mobx-react npm installnpm start
Airbnb React: https://github.com/airbnb/javascript/tree/master/react
- actions - Actions manipulate shared state and connect api and models of the store
- models - Models require data type format
- Http request to handle with AJAX requests
- Default styles shared of the project
- Shared logics to use in the project
