RESTful API for the CSSI Platform
# 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
Please read the RELEASES.md guideline to learn about the process for releasing the project.
Please refer CHANGELOG.md to learn about the latest improvements, breaking changes and bug fixes.
Please read CONTRIBUTING.md for contributing guidelines and to learn about our code of conduct.