Skip to content

Commit c41486d

Browse files
committed
docs: update README 📝
1 parent 9aa2661 commit c41486d

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
<p align="center">
22
<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>
44
</p>
55

66
<!-- Badges -->
77
<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>
99
<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">
1111
</a>
1212
</p>
1313

14-
This repository contains the codebase for the CSSI RESTful API.
15-
1614
# Getting Started
1715

1816
```bash
@@ -48,9 +46,9 @@ python manage.py runserver
4846
<a href="http://flask.pocoo.org/" title="Flask"><img src="./docs/technologies/flask.svg" alt="flask" height="30" /></a>&nbsp;&nbsp;
4947
<a href="https://flask-socketio.readthedocs.io/en/latest/" title="Flask SocketIO"><img src="./docs/technologies/flask-socketio.png" alt="redux" height="30" /></a>&nbsp;&nbsp;
5048
<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>&nbsp;&nbsp;
51-
<a href="http://www.celeryproject.org/" title="Celery"><img src="./docs/technologies/celery.png" alt="celery" height="40" /></a>&nbsp;&nbsp;
52-
<a href="https://marshmallow.readthedocs.io/en/3.0/" title="Marshmallow"><img src="./docs/technologies/marshmallow.png" alt="marshmallow" height="40" /></a>&nbsp;&nbsp;
53-
<a href="https://www.mysql.com/" title="MySQL"><img src="./docs/technologies/mysql.svg" alt="sass" height="30" /></a>&nbsp;&nbsp;
49+
<a href="http://www.celeryproject.org/" title="Celery"><img src="./docs/technologies/celery.png" alt="celery" height="50" /></a>&nbsp;&nbsp;
50+
<a href="https://marshmallow.readthedocs.io/en/3.0/" title="Marshmallow"><img src="./docs/technologies/marshmallow.png" alt="marshmallow" height="50" /></a>&nbsp;&nbsp;
51+
<a href="https://www.mysql.com/" title="MySQL"><img src="./docs/technologies/mysql.svg" alt="sass" height="50" /></a>&nbsp;&nbsp;
5452
<a href="https://redis.io/" title="Redis"><img src="./docs/technologies/redis.png" alt="redis" height="30" /></a>&nbsp;&nbsp;
5553

5654
# Changelog

0 commit comments

Comments
 (0)