Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codam-coding-college/codamhero-v2
CodamHero v2 gives staff and students an overview of everything Codam
https://github.com/codam-coding-college/codamhero-v2
42born2code codam
Last synced: 3 days ago
JSON representation
CodamHero v2 gives staff and students an overview of everything Codam
- Host: GitHub
- URL: https://github.com/codam-coding-college/codamhero-v2
- Owner: codam-coding-college
- Created: 2024-05-31T22:35:53.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-16T18:47:55.000Z (3 months ago)
- Last Synced: 2024-08-17T19:15:50.173Z (3 months ago)
- Topics: 42born2code, codam
- Language: TypeScript
- Homepage: https://hero.codam.nl
- Size: 318 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodamHero v2
CodamHero v2 gives staff and students an overview of everything Codam.## Development
To get started, run the folllowing:
```bash
npm install
npm run build
cp .env.example .env
nano .env
npx prisma migrate deploy
npm run start
```To migrate the database, run:
```bash
npx prisma migrate dev --name ""
```