Artfolio is website for sharing your art portfolio with the world. This is a final project for Stevens Institute of Technology course CS-546 Summer 2020.
Ayman Elkfrawy, Xianqing Zou, Jack Yang
- Under the project folder run
$ npm installto install all required Node modules: - Make sure that you have MongoDB installed on the same machine and running on port
27017. If MongoDB is running on a different machine or different port, change the fileconfig/mongoConnection.jsaccordingly. - Seed the database using:
$ npm run seed - Run the application using:
$ npm start - Go to the url http://localhost:3000
- The seed database will create three accounts:
aelkfraw@stevens.edu,xzou3@stevens.edu, andyyang105@stevens.edu. These accounts have the same password:artfolio123.