Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 434 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 434 Bytes

Sample Application (Reactjs + Nodejs + Mongodb)

Requirement

Mongodb, Nodejs, Npm

Steps to run app

  1. Install mongodb locally Create db, user, password

  2. Update connection string in db.js

  3. Navigate fe-app directory via cd command

  4. Run npm install

  5. Run npm run build

  6. Navigate to parent directory via cd.. command

  7. Run npm install

  8. Run npm run start

  9. Go to http://localhost:3000