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
- This app can be ran under different environments by using two distinct commands.
testwill execute the application with nodemon whilestartwill run the app under production environment by usingnodecommand itself.
$ npm test
$ npm start
- The App responds on port 3030, on the following url http://localhost:3030/.
- Besides working locally, the app has been published on Heroku and can be tested on http://isn-uminho.herokuapp.com
