A brief description of what this project does and who it's for
This product has been developed in Python, along with the database, PostgreSQL.
- Creator one, virtual environment in python with the command.
python -m venv Your_virtualenv_name
- Download the dependencies for the project from the requirements.txt file mentioned in the road project directory.
- python version :
3.11.5
- PostgreSQL :
15
You can download the PostgreSQL from Link Text. try out keeping the password to the postgresql as root.
-
Download project by going to the aiappointment app directory Download by HTTPS or SSH.
-
Unzip the folder, go to the folder by using command in your terminal
cd aiappointment
-
Before starting the development server, you need to slightly modify the settings in settings.py in the project as we are using postgresql as a backend database. By default password will be root So if you want, or if you want to try on a different password, type in your password.
-
Start the Django Server by creating the virtual environment and start development server by the command
python manage.py run server.
- By this your application should be up and running!.