Min Facebook App using MEAN STACK (MongoDB / Express.js / Angular / Node.js)
- CRUD (Create / Read / Update / Delete ) posts
- Images uploads
- Pagination
- User authentication
- Authorization
- Create cluster on MongoDB Atlas
- Update nodemon.json located in mean-backend/nodemon.json and update MONGODB_ATLAS_USER, MONGODB_ATLAS_PASSWORD with your cluster credentials.
- Clone this project
- Make sure nodemon is installed locally or globally
cd mean-backend
npm install
nodemon server.js
cd mean-frontend
npm install
ng serve --open