This is a booking module and calendar for a travel rental app.
Project is created with:
- React: 16.3.1
- Styled-Components: 5.2.0
- Node: 12.8.4
- Express 4.17.1
- MongoDB 3.6.2
- Mongoose 5.10.6
To run this project, install it locally using yarn:
$ yarn install
$ yarn build
$ yarn seed
$ yarn start
Once everything is running, go to http://localhost:3002