jefelewis / react-mongodb-rest-boilerplate

Built with: React, Node.js, Express, MongoDB, Mongoose, Axios, Webpack 4, Babel 7, and ESLint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full Stack JavaScript React/MongoDB REST Boilerplate

Built With

Getting Started

Prerequisites:

1. Install Dependencies:

npm install

2. Start Node.js Server:

npm run server

3. Start Webpack Development Server:

npm start

4. Start MongoDB Daemon (Background Process):

Note: The MongoDB Daemon command should be executed before the MongoDB Shell command.

mongod

5. Start MongoDB Shell (Where The Commands Are Executed):

mongo

About

Built with: React, Node.js, Express, MongoDB, Mongoose, Axios, Webpack 4, Babel 7, and ESLint


Languages

Language:JavaScript 89.7%Language:HTML 10.3%