Skip to content

Naterra/Phonebook-MERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phonebook - MERN App

Demo

screen shot 2018-01-12 at 2 30 03 pm

This App was build using MERN stack (Mongo/Express/React/Node).

How to start

  1. Clone App to your working directory
git clone https://github.com/Naterra/phonebook_mern.git && cd phonebook_mern
  1. Install modules
npm install
cd client && npm install
cd ..
  1. Edit config file.
    Rename config/dev.dist.js to be dev.js and insert you database settings

  2. Run App on Dev Server

npm run dev

Your App will be automatically opened at localhost:3000

Deployment

  1. Download and install the Heroku CLI.
heroku login
  1. Initialize a git repository
cd my-project-name/
git init
heroku git:remote -a my-project-name
  1. Deploy your changes
git add .
git commit -am "make it better"
git push heroku master
heroku open

Generate data

Refill your database with data using Faker API. Open http://yourapp.com/api/generate-fake-data and get 50 records in DB.

About

Mongo, Express, React, Node App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages