Skip to content

A repository for a small pet project, aimed at learning the basics of working with FastAPI, SQLAlchemy, and Alembic.

Notifications You must be signed in to change notification settings

ThaumicNik/cryptoweb-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptoweb Project

A small pet project aimed at learning the basics of FastAPI, SQLAlchemy, and Alembic.
Feel free to comment and leave helpful advice on improvements or fixes.


Installation

1. Clone the repository

git clone https://github.com/SuperB1aze/cryptoweb-project.git
cd cryptoweb-project

2. Create a virtual environment

Windows:

python -m venv venv

Linux/macOS:

python3 -m venv venv

3. Activate the virtual environment

Windows (PowerShell):

.\venv\Scripts\activate

Linux/macOS:

source venv/bin/activate

4. Install dependencies

pip install -r requirements.txt

5. Run the application

Windows:

python main.py

Linux/macOS:

python3 main.py

About

A repository for a small pet project, aimed at learning the basics of working with FastAPI, SQLAlchemy, and Alembic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.1%
  • Mako 1.9%