Skip to content

sihcpro/todo-list

Repository files navigation

Todo List Project

This a python api project without using any framework. No flask or django are needed.

I used the http.server library, one of python3 defaut libraries to build this.

Requirement

System

  • Python 3.6
  • Postgres

Library:

  • sqlalchemy
  • psycopg2
  • pyrsistent

Run guild

  1. Install requirement libraries
pip install -r requirements.txt 
  1. Config database connection in ./src/cfg/defaults.py
DB_CONNECTION = "postgres://postgres:postgres@localhost/local"
  1. Initial project
make init-db
  1. Run project
make run

Develop guild

  1. Install requirement develop libraries
pip install -r requirements.dev.txt 
  1. Test system
make run-test

Postman

https://www.getpostman.com/collections/5da670cfcd6c43a90610

About

Python API without using any framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published