Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 ""
```