Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 692 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 692 Bytes

CanvasConnect

Artwork sharing social networking media service

Steps to run

  1. Make sure you have MongoDB Compass installed
  2. Open up MongoDB Compass
  3. Create a new connection to connect to the MongoDB deployment
  4. Enter mongodb://localhost:27017 into the URL textbox
  5. Click "Connect"
  6. Clone this GitHub repository
  7. Open up a terminal for the main directory
  8. Run npm install to download dependencies
  9. Initialize the gallery database by running node database-initializer
  10. To run the gallery's server, enter and run node gallery-server
  11. Go to http://localhost:3000
  12. Enjoy!

Inspired by Fundamentals Web Applications taught by Alina Shaikhet