https://github.com/andreasthinks/evaluation_exchange
https://github.com/andreasthinks/evaluation_exchange
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreasthinks/evaluation_exchange
- Owner: AndreasThinks
- License: gpl-3.0
- Created: 2024-04-19T13:56:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T17:00:13.000Z (about 1 year ago)
- Last Synced: 2025-01-27T22:44:32.132Z (3 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Evaluation Exchange
A web application to enable evaluations and sponsors to find each other.
## Local Development
Use to start the database.```
$ docker-compose up
```Create your default admin user
```
$ make create-admin
```then start the app
```
$ make start-api
```