MongoDB, Expressjs, Nodejs, express-handlebars
https://typoo-blog.herokuapp.com
Docker pull command - docker pull raghav131/node-docker
MERN is a fullstack implementation in MongoDB, Expressjs, React/Redux, Nodejs
MERN stack is the idea of using Javascript/Node for fullstack web development.
$ git clone https://github.com/RaghavJindal13/MERN-API.git
$ npm install
LICENSE
package.json
config.env
server.js
app.js
Routes/
UserRoutes
Controllers/
UserControllers
Models/
UserModels
...
notice, the API has been tested using the Postman application and it performs all the CRUD operations.
$ cd MERN-API // go to client folder
$ npm i // npm install pacakges
$ npm start // run it locally
$ cd MERN-API // go to server folder
$ npm i // npm install pacakges
$ npm run dev // run it locally
$ npm run build // this will build the server code to es5 js codes and generate a dist file