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

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

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