Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 893 Bytes

README.md

File metadata and controls

44 lines (33 loc) · 893 Bytes

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