This is an Instagram-like project that I made to practice with the following technologies:
- Express
- MongoDB
- Mongoose
- React
- React Router
- React Redux
This project is an exercise from the course: React do Zero a Maestria from Udemy.
There are two folders (backend and frontend).
- Run
npm installinside each folder, then - Start the backend server with the
npm run servercommand line at the backend folder level - Start the project with the
npm startcommand line at the frontend folder level