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

https://github.com/zero1max/azzembarber-site

AzzemBarber site is hosted in this project.
https://github.com/zero1max/azzembarber-site

django drf postgresql python sqlite3

Last synced: 3 months ago
JSON representation

AzzemBarber site is hosted in this project.

Awesome Lists containing this project

README

          

# AzzemBarber-Site
AzzemBarber site is hosted in this project.

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/