-
Clone the repository:
git clone https://github.com/your-username/UniVerse_backend.git cd UniVerse_backend -
Create a virtual environment:
python -m venv venv
virtualenv venv -
Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On Unix or MacOS:
source venv/bin/activate
- On Windows:
-
Install dependencies:
pip install -r requirements.txt
-
Apply migrations:
python manage.py migrate
-
Create a superuser:
python manage.py createsuperuser
Then navigate to the admin panel.
-
Run the development server:
python manage.py runserver
-
Open your browser and navigate to http://127.0.0.1:8000/ to access the application.
ngure1/UniVerse_backend
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|