Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 954 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 954 Bytes

MERN-Stack-UserBook

Simple application to perform CRUD functionalities using React JS(front-end) and Express JS(back-end).

Installation

  1. Download project.
  2. Open MongoDB client and create a database called api.
  3. Go into client folder and hit npm install.
  4. Type npm start on a terminal.
    localhost:3000
  5. Go into api folder and hit npm install.
  6. Type node app.js on a terminal.
    localhost:4000

User Interfaces

mern1 mern2 mern3 mern4