This project is a composition of MongoDB/Express.js/React.js/Node.js Setup for any scaled startups or Hackathon. It also includes passport-jwt authentication and authorization.
Great for anyone who wants to get started with their startup idea quickly and for those who are participated in Hackathons and save time on feature development rather than constructing a codebase.
Make sure you have npm and node.js install on your computer
$ git clone https://github.com/calvinqc/MERN-template.git
$ cd mern-template
$ cd client && npm i && npm start
Client is hosted on localhost:3000/
$ cd server/ && npm i && npm start
Server is hosted on localhost:8080/
If you find any errors or bugs, feel free to open an issue
Medium Instruction
Code found here
Medium Instruction
Code found here
Medium Instruction
Code found here
In Progress