cd backend
yarn start | npm start
cd ../frontend
yarn start | npm start
- Bootstrap 4
- React
- React-Datepicker
- React-Router
- Timeago.js
- Axios
- Node.js
- Express
- Morgan
- Cors
- Bcrypt
- Mongoose
- MongoDB
- /api/users/ GET
- /api/users/:id GET PUT DELETE
- /api/comments/ POST
- /api/comments/:public_id GET
- /api/comments/:id PUT DELETE
- /api/publications/ GET POST
- /api/publications/:id GET PUT DELETE
- /api/register/ POST
- /api/login/ POST