/contact-list

Just a challenge for you

Primary LanguageJavaScript

Contact list project (server and frontend)

Technical details.

Install

$ git clone https://github.com/lortmorris/contact-list.git
$ cd contact-list/server
$ npm install
$ cd ../client
$ npm install

runing

Server

$ cd contact-list/server
$ npm run watch
Now, open you browser and goto: http://localhost:5000/services/docs/

Client

$ cd contact-list/client
$ npm start
Now, open browser and goto: http://localhost:3000

Worklog

  • Start 18:00
  • Backend initial setup: 18:01
  • Init with Frontend 18:32
  • End frontend 20:33