https://github.com/tsar123/proj-clicker
the Clicker project in the style of the Minecraft game
https://github.com/tsar123/proj-clicker
Last synced: 3 months ago
JSON representation
the Clicker project in the style of the Minecraft game
- Host: GitHub
- URL: https://github.com/tsar123/proj-clicker
- Owner: tsar123
- Created: 2023-04-27T12:14:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T08:18:43.000Z (about 2 years ago)
- Last Synced: 2025-01-20T17:26:15.214Z (5 months ago)
- Language: Python
- Homepage:
- Size: 3.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
proj-clicker
# Deploy 
1. Create virtualenv
```
python -m venv [path to venv folder]
```2. Activate virtualenv
```
.\venv\Scripts\activate (for Windows)
source env/bin/activate (for Linux)
```3. Install package
```
pip install djangorestframework
pip install Django
```4. Migrate
```
python manage.py migrate
```5. Run django server
```
python manage.py runserver
```# Demonstration of the appearance of the Clicker
