An open API service indexing awesome lists of open source software.

https://github.com/ahlem-phantom/django-project-management

⚡Django Project Management Workshop that manages coaches students and projects.
https://github.com/ahlem-phantom/django-project-management

django-auth django-framework django-https django-models django-urls django-views pip python templates virtual-env

Last synced: about 1 month ago
JSON representation

⚡Django Project Management Workshop that manages coaches students and projects.

Awesome Lists containing this project

README

        

# 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
```sh
$ pip install django==3.2
```

### 🛠 Installation

_In order to install the app you need to follow the instructions below :_

1. Clone the repo
```sh
git clone git clone https://github.com/ahlem-phantom/Django-Project-Management.git
```
2. Create a virtual environment and activate it
```sh
virtualenv env
.\scripts\activate
```

3. Run the server on
```sh
(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 🎉!