Skip to content

frenchbread/contact-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

contact-book

Contacts book app.

Development

App consists of 3 components:

  • Web app (contact-book/app)
  • API server (contact-book/server)
  • MongoDB

Setup

$ git clone https://github.com/frenchbread/contact-book

API Server

  1. Navigate to server dir
$ cd contact-book/server
  1. Update config.js file with correct MongoDB host

  2. Install dependencies

$ yarn install
  1. Start the server
$ yarn run start

Web app

  1. Navigate to app dir
$ cd contact-book/app
  1. Install dependencies
$ yarn install
  1. Start dev server with hot-reload
$ yarn run dev
  1. Build the app
$ yarn run build

LICENSE

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors