Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 803 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 803 Bytes

Project Management Workshop

✨ Setup

To get a local copy up and running follow these simple example steps.

🚧 Prerequisites

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

🛠 Installation

In order to install the app you need to follow the instructions below :

  1. Clone the repo

    git clone git clone https://github.com/ahlem-phantom/Django-Project-Management.git
  2. Create a virtual environment and activate it

    virtualenv env 
    .\scripts\activate 
  3. Run the server on

    (env)$ python manage.py runserver
  4. Open http://127.0.0.1:8080/login/ in the browser and that's it you can enjoy the project 🎉!