This repository contains the Next.js project for AccessKit.
- Clone the repository
git clone https://github.com/accesskit-project/PremioMarilli25- Switch working directories
cd PremioMarilli25- install dependencies
bun install-
Edit .env file
-
Push DB Schema
bun run db:push- Run the project
bun run devThat's it!
To run in production, we recommend using Docker.
- Clone the repository
git clone https://github.com/accesskit-project/PremioMarilli25- Switch working directories
cd PremioMarilli25-
Edit .env file
-
Run with Docker compose
docker compose up -dThat's it!
📒 -> Planned | ⌛ -> Currently being developed | ✅ -> Completed
| Status | Element |
|---|---|
| ✅ | Authentication |
| ✅ | Onboarding Flow |
| ✅ | Admin Dashboard |
| ✅ | User Dashboard |
| ✅ | HomePage |
Documentation for the API endpoints can be found at http://localhost:3000/api/reference ( replace http://localhost:3000 with your own url )