The goal of this term project was to recreate an imgur-like experience. It currently supports account creation, image uploads, and comments.
This website uses the MySQL, Express, and Node stack.
- Clone the project.
- Setup the MySQL database,
csc317db.sql
is located inapplication/conf
. - Setup the MySQL database config located at
application/conf/database.js
. - Go into application directory via
cd application
. - Install dependencies with
npm install
.
- Go into application directory via
cd application
. - Start the app with
npm start
. - Application is now running on localhost:3000.