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

https://github.com/speaud/mern_stack_user_dashboard


https://github.com/speaud/mern_stack_user_dashboard

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# MERN Stack - Basic User Dashboard --- IN DEVELOPMENT, NOTE: NOT PROD READY NOR STABLE

### Project Overview

cd app
npm i

#### Directory Structure

./app/server - API
./app/client - front end

### Stack Overview
* Client
* React + Redux
* Server
* MongoDB
* Express

### Testing
* Server - Mocha + Chai
NOTE: close running server instances before running