Skip to content

A full-stack blogging web application made with node and express js and backend with MongoDB with all the CRUD operations. Users can register themselves and write their own blog from their dashboard and the admin will be able to feature that blog on the running website.

Notifications You must be signed in to change notification settings

RaghavJindal13/Typoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 Full Stack Typoo

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.

clone or download

$ git clone https://github.com/RaghavJindal13/MERN-API.git
$ npm install

project structure

LICENSE
package.json
config.env
server.js
app.js
Routes/
   UserRoutes
Controllers/
   UserControllers
Models/
   UserModels
...

Usage (run fullstack app on your machine)

Prerequirements

notice, the API has been tested using the Postman application and it performs all the CRUD operations.

API usage(PORT: 3000)

$ cd MERN-API     // go to client folder
$ npm i          // npm install pacakges
$ npm start      // run it locally

Start

$ 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

About

A full-stack blogging web application made with node and express js and backend with MongoDB with all the CRUD operations. Users can register themselves and write their own blog from their dashboard and the admin will be able to feature that blog on the running website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published