An open API service indexing awesome lists of open source software.

https://github.com/knowledgefactory4u/mern-stack-dev


https://github.com/knowledgefactory4u/mern-stack-dev

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# MERN Stack
# Following technologies stack being used:

# Back-End:

Node JS,Express JS, Mongo DB

# Front-End:
React JS, AdminLTE,react-router-dom 5+,axios 0.19.2, bootstrap
# Local Environment Setup
Then, npm install installs all modules that are listed on the package.json file and their dependencies
```
npm install
npm start
```
Execute the above commands for both Frontend and Backend.