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

https://github.com/andreasthinks/evaluation_exchange


https://github.com/andreasthinks/evaluation_exchange

Last synced: about 1 month ago
JSON representation

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