API (Django + DRF) for my Internet shop LapZone
My Internet shop LapZone (GitHub) was written using templates, but in our time there are not a lot of projects that use templates. That's why here is API of the "LapZone"
Look at the requirements.txt
To run this project, you will need to add the environment variables
Look at the file_env_example.txt
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/Gubchik123/LapZoneAPI.git
-
Go to the project directory:
cd LapZoneAPI
-
Install the required dependencies:
pip install -r requirements.txt
-
Apply migrations:
python manage.py migrate
-
Run the development server:
python manage.py runserver
Note: Don't forget about environment variables