- Install mongodb
- Install Parse server dependencies
cd [MAIN_DIR]/parse-servernpm install
- Install React app dependencies
cd [MAIN_DIR]/clientnpm install
- Create
.envfiles from templates and configure in both/parse-serverand/client
- Start mongodb
- Start parse server and dashboard
cd [MAIN_DIR]/parse-servernpm start/npm start initdb(First time)
- Start react-app
cd [MAIN_DIR]/clientnpm 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