Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 860 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 860 Bytes

Mastering React Fullstack

An application using React full-stack technologies.

1. Technologies used

2. Prerequisites

  1. Install MongoDB

Please refer to: https://docs.mongodb.com/manual/installation/#tutorial-installation

  1. Import data to MongoDB
mongoimport --db local --collection articles --jsonArray initData.js --host=127.0.0.1
mongoimport --db local --collection pubUsers --jsonArray initPubUsers.js --host=127.0.0.1
  1. Install dependencies
npm install

3. Usage

mongod
npm start

Then, go to http://localhost:3000/