Skip to content

Commit 9752f72

Browse files
committed
updated readme fiel
1 parent c74f6d7 commit 9752f72

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,26 +64,33 @@ Implement data backup and synchronization features to prevent data loss and ensu
6464
To run the API locally, follow these steps:
6565

6666
1. Clone the repository:
67+
6768
```git clone https://github.com/devsylva/TaskFlow-API.git```
6869

6970
2. Create a virtual environment inside the project directory:
71+
7072
```python -m venv venv```
7173

7274
3. Activate the virtual environment:
75+
7376
```source venv/bin/activate```
7477

7578
4. Install dependecies:
79+
7680
```pip install -r requirements.txt```
7781

7882
5. Change `.env.templates` in the src/taskflow direct to `.env` and setup your environment variables
7983

8084
6. Setup the database:
85+
8186
```python manage.py migrate```
8287

8388
7. Create a superuser account:
89+
8490
```python manage.py createsuperuser```
8591

8692
8. Start the development server:
93+
8794
```python manage.py runserver```
8895

8996

0 commit comments

Comments
 (0)