Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.03 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.03 KB

PhotoHolic-

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)

Installation-Requirements

Node
MySQL
MySQL Workbench (A matter of prefernce and ease)

To become a Photoholic:

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.