Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python FastApi Application

Overview

This project utilizes Docker to run a frontend and backend application with a SQLite database. Below are the instructions for building, running, and interacting with the services.

Table of Contents

Build and Run

To build and run the application, use the following command:

docker-compose up --build

Service Commands

Build the services:

docker-compose build

Start the services:

docker-compose up

Stop the containers:

docker-compose down

You can also stop the services by pressing Ctrl + C.

Accessing the Services

Database Access

To interact with the SQLite database, use the following command:

sqlite3 backend/test.db

Database Commands

List tables:

.tables

Query users:

SELECT * FROM users;

Usefull links

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages