https://github.com/angydev/mern-skeleton
A MERN stack skeleton web application
https://github.com/angydev/mern-skeleton
Last synced: 11 months ago
JSON representation
A MERN stack skeleton web application
- Host: GitHub
- URL: https://github.com/angydev/mern-skeleton
- Owner: AngyDev
- Created: 2021-06-29T10:03:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-09T11:59:53.000Z (over 4 years ago)
- Last Synced: 2025-01-22T12:14:55.939Z (about 1 year ago)
- Language: JavaScript
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MERN Skeleton
A skeleton application with basic user CRUD and auth features - developed using React, Node, Express and MongoDB.
This MERN skeleton is created following the structure in the [Full-Stack React Projects - Second Edition](https://www.packtpub.com/product/full-stack-react-projects-second-edition/9781839215414) book.
## Table of Contents
- [Requirements](#requirements)
- [Setup](#setup)
## Requirements
* `node` : `^10 || ^12 || >=14`
* `npm`
* `mongodb` : `v4.4.5`
## Setup
1. Make sure MongoDB is running on your system
2. Clone this repository
3. Open command line in the cloned folder
1. run `npm install` to install dependencies
2. run `npm run development` to run the application ifor development
4. Open [localhost:3000](http://localhost:3000/) in the browser