Artwork sharing social networking media service
- Make sure you have MongoDB Compass installed
- Open up MongoDB Compass
- Create a new connection to connect to the MongoDB deployment
- Enter
mongodb://localhost:27017
into the URL textbox - Click "Connect"
- Clone this GitHub repository
- Open up a terminal for the main directory
- Run
npm install
to download dependencies - Initialize the gallery database by running
node database-initializer
- To run the gallery's server, enter and run
node gallery-server
- Go to http://localhost:3000
- Enjoy!
Inspired by Fundamentals Web Applications taught by Alina Shaikhet