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

https://github.com/zefling/classement-server

Mirror of https://git.ikilote.net/classement/serveur
https://github.com/zefling/classement-server

Last synced: over 1 year ago
JSON representation

Mirror of https://git.ikilote.net/classement/serveur

Awesome Lists containing this project

README

          

# start server

```bash
symfony server:start
```

# database

update migrations
```
php bin/console doctrine:migrations:diff
```

update database
```
php bin/console doctrine:migrations:migrate
```