Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akdasa-studios/classroom-backend
https://github.com/akdasa-studios/classroom-backend
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akdasa-studios/classroom-backend
- Owner: akdasa-studios
- Created: 2024-01-16T13:42:27.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T12:21:04.000Z (6 months ago)
- Last Synced: 2024-07-12T13:59:35.766Z (6 months ago)
- Language: TypeScript
- Size: 988 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Development
Execute `npm run start:dev` command in the terminal. Open `http://localhost:3000/api/` to access _api_.
## Enviroment variables
| Variable | Description | Default |
| ----------------- | ----------- | ---------- |
| DATABASE_HOST | | localhost |
| DATABASE_PORT | | 5432 |
| DATABASE_USERNAME | | classroom |
| DATABASE_PASSWORD | | classroom |
| DATABASE_NAME | | classroom |