Skip to content

Projeto de sistema web para clínica fisioterapeuta para a Universidade da Amazônia - UNAMA

Notifications You must be signed in to change notification settings

VslVictor7/physiotherapist-clinic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

## Installation

1. **Clone the repository** (if you haven’t done so already):
```bash
   git clone <https://github.com/VslVictor7/Status-Manager-Bot.git>

   cd Status-Manager-Bot
```

2. **Create a Virtual Environment** (venv):

```bash
python -m venv venv
```

3. **Activate the Virtual Environment:**:
```bash
source .venv/scripts/activate
```

4. **Upgrade pip**
```bash
python -m pip install --upgrade pip
```

5. **Install requirements.txt**
```bash
pip install -r requirements.txt
```

## Running the Django Project

1. **Make migrations**
```bash
py manage.py makemigrations
```

2. **Migrate the tables**

```bash
py manage.py migrate
```

3. **Run the Django Server:**
```bash
py manage.py runserver
```

About

Projeto de sistema web para clínica fisioterapeuta para a Universidade da Amazônia - UNAMA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published