REPOSITORY OVERVIEWLive repository statistics
★ 3Stars
⑂ 0Forks
◯ 0Open issues
◉ 3Watchers
31/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
7 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
59 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
API REST with Flask, SQLAlchemy and SQLite
Table of Content
About The Project
Description
This basic project is a Rest API developed with the Python Flask framework, which also uses an SQLite database that stores tasks and uses the SQLAlchemy ORM.
Built With


Installation
- Clone the repo and change "my-project" to your project name.
git clone https://github.com/josemiguel02/my-api-rest-flask.git ./my-project
- Go to the project directory
cd my-project
- Install dependencies
pip install -r requirements.txt
Usage
Start the server
python app.py
Running on: http://localhost:5000
API Reference
Get all tasks
GET /todos
Create task
POST /create
Get single task
GET /todo/<id>
| Parameter | Type | Description |
|---|
id | string | Required. ID of task |
Edit task
PUT /edit/<id>
| Parameter | Type | Description |
|---|
id | string | Required. ID of task |
Delete task
DELETE /delete/<id>
| Parameter | Type | Description |
|---|
id | string | Required. ID of task |
Contact
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This project was made with proposal to provide a sample base for python/flask students, exists some pratices examples with SQLAlchemy, project is a application where you can create new hotels and sites, basic table relationship examples
28/100 healthActive repository
PythonNo license
⑂ 0 forks◯ 0 issuesUpdated Jan 10, 2024
Basic CRUD in Python, using Flask and SQLAlchemy. The purpose of this repository is to help stating a new simple project in Python containing a CRUD.
27/100 healthActive repository
HTMLNo license
⑂ 0 forks◯ 0 issuesUpdated Mar 8, 2023