Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.1 KB

readme.md

File metadata and controls

29 lines (19 loc) · 1.1 KB

Informatics Social Networks

Informatics Social Networks is the last Development Web Applications assignment, which consists on developing a Social Network meant to be used between Computer Engineering Students. This project has its own name as "UMinho ISN", in which stands for Informatics Social Network

How to use

  • This app can be ran under different environments by using two distinct commands. test will execute the application with nodemon while start will run the app under production environment by using node command itself.
$ npm test
$ npm start

Development Team