administrative dashboard for managing applications and viewing stats
Please read important notes below
Clone this https://github.com/Bostonhacks/admin-dashboard
- Create .env file within bostonhacks-admin-dashboard (not root directory but 1 in) and paste .env file given in the overview doc
- Run
npm i
within bostonhacks-admin-dashboard - Run
npm run dev
- Head to
localhost:3000/applications
to see if you are getting data
Please push everything into branches. Then create a pull request to merge into main. If your code relates to an issue on a Kanban board, please write the code/id in the title (i.e. ADMIN-5)
When using Prisma, if you make a change to the schema, you must run prisma generate
to update the ORM.