Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

IgrowkerTraining/i003-cerem-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Api Cerem

Prerequisites

  • Python 3.8+ (Check with python3 --version or python --version)
  • pip (Check with pip --version)
  • venv (Python's built-in virtual environment tool)

If any of these are missing, install them:

Ubuntu:

  • Install Python, pip, and venv:

    sudo apt update
    sudo apt install python3 python3-pip python3-venv

2. Create and activate the virtual environment

# Create the virtual environment
python3 -m venv venv

# Activate the virtual environment
source venv/bin/activate

3. Install dependencies

Once the virtual environment is activated, install the required dependencies using the requirements.txt file:

pip install -r requirements.txt

3. Run the server

python3 site_app/manage.py runserver
python3 site_app/manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published