tito-k / uuid-generator-with-django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UUID Generator

A guide to starting up the project on your pc - requires python

Setting up Django on your pc

First, create a .env file from .env.example

The .env.example file has been filled to make it easy for you to run as this is a test project.

python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
# Visit localhost:8000/api/

About


Languages

Language:Python 96.8%Language:Shell 3.2%