/Social-network

social networking web based application that involves the use of the internet to connect users with their friends, family and acquaintances

Primary LanguageJavaScript

Social-network

social networking web based application that involves the use of the internet to connect users with their friends, family and acquaintances

How to Run

  1. Make sure you have Node.js installed properly.
  2. Make sure both Node.js and NPM are running the latest versions.
  3. Clone or download the project from the Github repo.
  4. Install all required dependencies by typing npm install in the terminal
  5. Run the sql script inside database.sql to create the database.
  6. Run the project by typing npm start in the terminal.
  7. From your browser, head to http://localhost:3000, you should see the app running.