Skip to content

Repo for the development of a stackoverflow-like web app for the needs of the 2020 "Software as a Service" module of NTUA. Developped using MVC and MicroServices architectures

Notifications You must be signed in to change notification settings

antreasvez/AskMeAnything-SaaS-56

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Repo for the development of a stackoverflow-like web app for the needs of the 2020 "Software as a Service" module of NTUA. Developped using MVC and MicroServices architectures

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published