Skip to content

❄️ RESTful API which exposes the core features of the CSSI Library

License

Notifications You must be signed in to change notification settings

project-cssi/cssi-api

Repository files navigation

logo-text

RESTful API for the CSSI Platform

License: MIT Github stars Github forks Twitter

Getting Started

# clone the repository
git clone https://github.com/project-cssi/cssi-api.git

# change the directory
cd cssi-api

# install the dependencies
pip install -r requirements.txt

# create the database
python manage.py recreate_db

# add metadata to database
python manage.py create_metadata

# fire up redis server
redis-server

# start celery workers
python manage.py celery

# run the app
python manage.py runserver

Built With

python   flask   redux   lodash   celery   marshmallow   sass   redis  

Releases

Please read the RELEASES.md guideline to learn about the process for releasing the project.

Changelog

Please refer CHANGELOG.md to learn about the latest improvements, breaking changes and bug fixes.

Contributing

Please read CONTRIBUTING.md for contributing guidelines and to learn about our code of conduct.

Contributors

License

FOSSA Status

About

❄️ RESTful API which exposes the core features of the CSSI Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published