An application using React full-stack technologies.
- Install MongoDB
Please refer to: https://docs.mongodb.com/manual/installation/#tutorial-installation
- 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
- Install dependencies
npm install
mongod
npm start
Then, go to http://localhost:3000/