Skip to content

Latest commit

History

History
43 lines (32 loc) 路 1.01 KB

README.md

File metadata and controls

43 lines (32 loc) 路 1.01 KB

馃寪 MERN Stack

Mariadb, Expressjs, React, Nodejs

MERN is a fullstack implementation in MongoDB, Expressjs, React/Redux, Nodejs.

MERN stack is the idea of using Javascript/Node for fullstack web development.

Usage (run fullstack app on your machine)

Prerequirements

  • [Mariadb]
  • [Node]
  • [npm]
  • [nodemon]

notice, you need client and server runs concurrently in different terminal session, in order to make them talk to each other

Client-side usage(PORT: 3000)

$ cd frontend   // go to frontend folder
$ npm i       // npm install pacakges
$ npm start // run it locally

Server-side usage(PORT: 80)

$ cd backend   // go to backend folder
$ npm i       // npm install pacakges
$ nodemon // run it locally

Screenshots of this project

Screenshot (12)

Email Me: zubair380ahmad@gmail.com (welcome, say hi)

Author

Zubair-Yar