Technologies | Project | Installation | License
This project was built using following technologies:
System to manage contacts developed using NodeJS and Express.js.
You must install app dependencies using the following command on your Terminal:
# yarn
$ yarn install
# npm
$ npm install
Execute the following command to start app:
# yarn
$ yarn start
# npm
$ npm start
This project is under MIT License. Check out LICENSE file to more details.
Built with