- Install mongodb
- Install Parse server dependencies
cd [MAIN_DIR]/parse-server
npm install
- Install React app dependencies
cd [MAIN_DIR]/client
npm install
- Create
.env
files from templates and configure in both/parse-server
and/client
- Start mongodb
- Start parse server and dashboard
cd [MAIN_DIR]/parse-server
npm start
/npm start initdb
(First time)
- Start react-app
cd [MAIN_DIR]/client
npm start
Default: http://localhost:8080/dashboard
If anyone of these don't exist after running npm start initdb
, you'll need to create it through the dashboard.
- Role
- Session
- User
- Category
- Global
- Project
- Team
- Vote