Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akdasa-studios/classroom-backend


https://github.com/akdasa-studios/classroom-backend

Last synced: about 2 months ago
JSON representation

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 |