A website where you can post and comment the camping photos of people.It is a responsive web app and uses
MEN stack(MongoDB,Express and NodeJS).Currently working for more advanced features for enhancing the user experiance.
You can check it out here https://quiet-basin-66729.herokuapp.com/
2.Bootstrap
3.MongoDB
4.NodeJS
5.Express
6.PassportJS
How to use this project
1.Clone the repository to your local environment with nodeJS and mongoDB and you are ready to go.
Install all the packages from the package.json file.
For local database,change the mongoose.connect line in the code with mongodb://localhost/ ,and you will be good to go.
2.You can fork the project and make the changes you want without changing the original project.