Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 741 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 741 Bytes

AskMeAnything 2020-2021 Semester Project

SaaS 56 Team

MVC hosted website:

You can see the live version of our app on:

Installation notes:

  • Node.js ver 12+ required
  • PostgreSQL ver 6+ req
  • Download the repo
  • Download PostgreSQL
  • Create the "askmeanything" database and the tables using the commands located in this file: https://github.com/antreasvez/AskMeAnything-SaaS-56/blob/main/MVC/database.sql
  • Go to the MVC folder
  • run the command: $npm -install
  • install nodemon by typing: $npm -i nodemon
  • run the commad: $nodemon index
  • the server is live on localhost:4200.