An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

proj-clicker

# Deploy ![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)

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
![image](https://github.com/tsar123/proj-clicker/assets/65504823/12dfe18f-9747-4b01-89be-2b86952a4988)