Skip to content

lortmorris/contact-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Just a challenge for you

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published