An mini-social-networking-site, photo-posting site built using NodeJS and MySQL database.
A video demonstrating the app can be found here (Preferably at 2X)
Node
MySQL
MySQL Workbench (A matter of prefernce and ease)
clone this repository
Run the SQL scripts provided in MySQLDatabase folder on your own MYSQL CLI or Workbench to create your copy of the database
Change the credentials - name and password of the database- in app.js and all the other .js files refactored into the routes directory
'npm install' to install all dependencies
nodemon app.js
Open your favorite browser and browse to localhost:3000/
to get the hang of Photoholicism
This Project was made collectively by Rahmeen Habib and Akshita Aggarwal as a part of Database Management System End-Semester Project for the Second Semester, 2017 at Netaji Subhas Institute of Technology.