asifvora / mern-stack-app

Web app built using MongoDB, ExpressJS, Node.js, and Reactjs (often called as MERN stack).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MERN Stack App

Web app built using MongoDB, ExpressJS, Node.js, and Reactjs (often called as MERN stack).

MongoDB, ExpressJS, Node.js, and Reactjs are used together to build web applications. In this, Node.js and Express bind together to serve the backend, MongoDB provides a NoSQL database to store the data and frontend is built using React that a user interacts with. All four of these technologies are open source, cross-platform and JavaScript based. Since they are JavaScript based, one of the main reasons why they are often used together.

image

Node Express Server

For help getting started with Node Express, view online documentation.

1. Setup Node

2. Clone the repo

$ https://github.com/asifvora/mern-stack-app.git
$ cd mern-stack-app/

3. Install dependency

$ npm install

4. Run the server

$ npm start

Getting Started With React

For help getting started with React, view online documentation.

1. Setup React

2. Clone the repo

$ https://github.com/asifvora/mern-stack-app.git
$ cd mern-stack-app/
$ cd client/

3. Install dependency

$ npm install

4. Run the app

$ npm start

5. Production build

$ npm run build

Questions?🤔

Hit me on Twitter URL Medium LinkedIn Instagram

License

Copyright (c) Asif Vora

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Web app built using MongoDB, ExpressJS, Node.js, and Reactjs (often called as MERN stack).

License:MIT License


Languages

Language:JavaScript 78.7%Language:HTML 18.3%Language:CSS 2.9%