Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jalijuhola/vincit-task
coding task for vincit
https://github.com/jalijuhola/vincit-task
Last synced: about 6 hours ago
JSON representation
coding task for vincit
- Host: GitHub
- URL: https://github.com/jalijuhola/vincit-task
- Owner: JaliJuhola
- Created: 2020-03-18T15:57:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:49:58.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T11:18:29.522Z (over 1 year ago)
- Language: Python
- Size: 4.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vincit task
## Installation
1. Install Python 3.7 or newer (https://www.python.org/downloads/release/python-375/)
2. Clone repository https://github.com/JaliJuhola/vincit-task.git
3. Create and activate virtualenv (https://docs.python.org/3.7/tutorial/venv.html)
4. In repository root install requirements pip install -r requirements.txt## Running webserver
1. go to /vincit_task
6. run django-devserver by python manage.py runserver
7. go [localhost:8080](localhost:8080) to see epic application.## Testing
1. go to /vincit_task
2. run unittest with command python manage.py test