/Service-portal

A web based service portal made within the django framework using python 3.7.1.

Primary LanguageHTML

Service-portal

A web based service portal made within the django framework using python 3.7.1.

How to run it

You need to have installed:

  • Python 3.7.1
  • Django framework
  • Django-rest-framework
  • requests library

Getting started in CMD or Terminal:

Create a user!

py manage.py createsuperuser

Create/Update the database!

py manage.py migrate

Run the server!

py manage.py runserver

Site will be locally hosted on:

http://127.0.0.1:8000/ (Localhost)