Skip to content

event-reminder/Cloud

Repository files navigation

Event Reminder Cloud

Event Reminder cloud service for storing application's backups.

To start with this project, run the following:

# create and activate virtual environment
$ virtualenv -p python3 venv
$ source venv/bin/activate

# install project requirements and migrate the database
$ pip install -r requirements.txt
$ python manage.py migrate

# run tests
$ coverage run manage.py test
$ coverage report

# run the server
$ python manage.py runserver 8000

Author:

Yuriy Lisovskiy

License

This project is licensed under the GNU General Public License, Version 3 software license - see the LICENSE file for details.

About

Event Reminder Cloud - service for storing application's backups

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published