To get a local copy up and running follow these simple example steps.
You may find below the list of things you need to use this project :
- Install django for the first time if you don't have it
$ pip install django==3.2
In order to install the app you need to follow the instructions below :
-
Clone the repo
git clone git clone https://github.com/ahlem-phantom/Django-Project-Management.git
-
Create a virtual environment and activate it
virtualenv env .\scripts\activate
-
Run the server on
(env)$ python manage.py runserver
-
Open http://127.0.0.1:8080/login/ in the browser and that's it you can enjoy the project 🎉!