Skip to content

Django Project Management Workshop that manages coaches students and projects.

Notifications You must be signed in to change notification settings

ahlem-phantom/Django-Project-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 🎉!