Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

miguelsolans/UMINHO-ISN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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