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

https://github.com/zero1max/zeromax-furniture


https://github.com/zero1max/zeromax-furniture

django drf python sqlite3

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# zeromax-Furniture

First

Create virtual environment:


python -m venv venv

Second

Activate virtual environment:


venv\Scripts\activate

Third

Install requirements.txt:


pip install -r requirements.txt

Fourth

Enter barber folder:


cd barber

Fifth

Makemigrations:


python manage.py makemigrations

Sixth

Migrate database:


python manage.py migrate

Seventh

Create superuser:


python manage.py createsuperuser

Eighth

Run development server:


python manage.py runserver

Now you can access the website on http://127.0.0.1:8000/