https://github.com/speaud/mern_stack_user_dashboard
https://github.com/speaud/mern_stack_user_dashboard
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/speaud/mern_stack_user_dashboard
- Owner: speaud
- Created: 2017-11-05T00:15:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T18:10:10.000Z (about 8 years ago)
- Last Synced: 2025-06-22T04:06:48.420Z (12 months ago)
- Language: JavaScript
- Size: 637 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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