Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 949 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 949 Bytes

findCPweb

standard-readme compliant

Table of Contents

Install

$ sudo apt-get install redis-server
$ pip3 install -r findCPweb/requirements.txt

Run

$ sudo service redis-server start
#   Change secret-key in 'findCPweb/DjangoProject/settings.py'
$ python3 findCPweb/manage.py runserver

Go to http://127.0.0.1:8000/app/

Maintainers

@alexOarga

Contributing

Feel free to dive in! Open an issue or submit PRs.

Standard Readme follows the Contributor Covenant Code of Conduct.

License

MIT © Alex Oarga