social networking web based application that involves the use of the internet to connect users with their friends, family and acquaintances
- Make sure you have Node.js installed properly.
- Make sure both Node.js and NPM are running the latest versions.
- Clone or download the project from the Github repo.
- Install all required dependencies by typing
npm install
in the terminal - Run the sql script inside database.sql to create the database.
- Run the project by typing
npm start
in the terminal. - From your browser, head to
http://localhost:3000
, you should see the app running.