Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 451 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 451 Bytes

MERN w/Oauth Redux using s3 for file store

Getting Started

> make sure and have mongoDB installed

> mongod
> npm install
> node server (for proxy) || (wait until build then run)
> npm run dev (for development) http://localhost:8080/ | npm run build (for production, but will run through dev server if no env provided) http://localhost:3030

###testing

npm run test