Skip to content

Fastapi CRUD App with In-Memory Storage and SQLite Database

Notifications You must be signed in to change notification settings

hmtalha786/Fastapi-CRUD-Using-SQLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

When you create a new Python project or pull down a project - you need to install a fresh Python environment:
python -m venv local_python_environment

Activate that environment using the following command in the folder directory
.\local_python_environment\Scripts\activate

Install all packages from your requirements.txt using the command within your local environment
(local_python_environment) pip install -r requirements.txt

Before pushing to GitHub create a requirements.txt file using
pip freeze > requirements.txt

Also you can keep on updating it along with package installation such as
pip install requests && pip freeze > requirements.txt

About

Fastapi CRUD App with In-Memory Storage and SQLite Database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages