|
1 | 1 | <p align="center"> |
2 | 2 | <img style="display:block;text-align:center" src="./docs/logos/cssi-logo-rest-api.svg" alt="logo-text" width="600" /> |
3 | | - <p align="center" style="font-size: 1.2rem;">Front-End for the CSSI Platform</p> |
| 3 | + <p align="center" style="font-size: 1.2rem;">RESTful API for the CSSI Platform</p> |
4 | 4 | </p> |
5 | 5 |
|
6 | 6 | <!-- Badges --> |
7 | 7 | <p align="center"> |
8 | | - <a href="https://app.fossa.io/api/projects/git%2Bgithub.com%2Fproject-cssi%2Fcssi-api.svg?type=shield" alt="FOSSA Status"><img src="https://app.fossa.io/projects/git%2Bgithub.com%2Fproject-cssi%2Fcssi-api?ref=badge_shield"/></a> |
| 8 | + <a href="https://app.fossa.io/projects/git%2Bgithub.com%2Fproject-cssi%2Fcssi-api?ref=badge_shield" alt="FOSSA Status"><img src="https://app.fossa.io/api/projects/git%2Bgithub.com%2Fproject-cssi%2Fcssi-api.svg?type=shield"/></a> |
9 | 9 | <a href="LICENSE.md"> |
10 | | - <img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT" height="18"> |
| 10 | + <img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT" height="18"> |
11 | 11 | </a> |
12 | 12 | </p> |
13 | 13 |
|
14 | | -This repository contains the codebase for the CSSI RESTful API. |
15 | | - |
16 | 14 | # Getting Started |
17 | 15 |
|
18 | 16 | ```bash |
@@ -48,9 +46,9 @@ python manage.py runserver |
48 | 46 | <a href="http://flask.pocoo.org/" title="Flask"><img src="./docs/technologies/flask.svg" alt="flask" height="30" /></a> |
49 | 47 | <a href="https://flask-socketio.readthedocs.io/en/latest/" title="Flask SocketIO"><img src="./docs/technologies/flask-socketio.png" alt="redux" height="30" /></a> |
50 | 48 | <a href="https://flask-sqlalchemy.palletsprojects.com/en/2.x/" title="Flask SQL Alchemy"><img src="./docs/technologies/flask-sqlalchemy.png" alt="lodash" height="30" /></a> |
51 | | -<a href="http://www.celeryproject.org/" title="Celery"><img src="./docs/technologies/celery.png" alt="celery" height="40" /></a> |
52 | | -<a href="https://marshmallow.readthedocs.io/en/3.0/" title="Marshmallow"><img src="./docs/technologies/marshmallow.png" alt="marshmallow" height="40" /></a> |
53 | | -<a href="https://www.mysql.com/" title="MySQL"><img src="./docs/technologies/mysql.svg" alt="sass" height="30" /></a> |
| 49 | +<a href="http://www.celeryproject.org/" title="Celery"><img src="./docs/technologies/celery.png" alt="celery" height="50" /></a> |
| 50 | +<a href="https://marshmallow.readthedocs.io/en/3.0/" title="Marshmallow"><img src="./docs/technologies/marshmallow.png" alt="marshmallow" height="50" /></a> |
| 51 | +<a href="https://www.mysql.com/" title="MySQL"><img src="./docs/technologies/mysql.svg" alt="sass" height="50" /></a> |
54 | 52 | <a href="https://redis.io/" title="Redis"><img src="./docs/technologies/redis.png" alt="redis" height="30" /></a> |
55 | 53 |
|
56 | 54 | # Changelog |
|
0 commit comments