This is a project using the following technologies:
- Create React App and React Router for the frontend
- Express and Mongoose for the backend
Make sure to add a config.js file in the config folder.
Start server:
$ npm start
Start client:
$ cd client $ npm start