Skip to content

xansaul/django-prolog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to Run the Project

Prolog Configuration

Set environment variable on your operating system.

SWI_HOME_DIR=C:\\Program Files\\swipl

Django project

1. Create a Virtual Environment

python -m venv venv

2. Activate the Virtual Environment

On Unix-based systems (Linux/macOS):

source venv/bin/activate

On Windows (PowerShell):

.\venv\Scripts\Activate

3. Install Dependencies

With the virtual environment activated:

pip install -r requirements.txt

4. Perform Migrations

python manage.py makemigrations
python manage.py migrate

5. Start the Development Server

python manage.py runserver

The server will start at http://127.0.0.1:8000/. You can access the application in your web browser.

About

ia homework project backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published