Skip to content

Web application designed using MySQL and Django to connect skilled professionals with customers. It facilitates the customers to specify the type of service, suitable time slot and a place of service request and links them with corresponding professionals. Technologies used: HTML, MySQL, Django

Notifications You must be signed in to change notification settings

Bhuvan1911/UC-NITK

Repository files navigation

Universal-ClientNITK

How to run the project locally

  1. Create a virtual environment and activate it.
  2. pip3 install -r requirements.txt
  3. Create a database named UCDB locally using mysql
  4. In the file /UniversalclientNITK/settings.py in line 84 change the mysql password of database to your mysql password
  5. Run the following in your terminal
python3 manage.py migrate
source .env
python3 manage.py runserver
  1. Go to localhost:8000 in your browser.

About

Web application designed using MySQL and Django to connect skilled professionals with customers. It facilitates the customers to specify the type of service, suitable time slot and a place of service request and links them with corresponding professionals. Technologies used: HTML, MySQL, Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published