Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

💻 My progress learning back-end development.

License

Notifications You must be signed in to change notification settings

GHOSTsama2503/learning-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learning-backend

Creation of the virtual environment

This step is not completely necessary, use it to you preference

python3 -m venv .venv

Install dependencies

pip install -r requirements.txt

Run the project

python3 -m flask run

or

./start.sh

About

💻 My progress learning back-end development.

Topics

Resources

License

Stars

Watchers

Forks