Skip to content

utilityai/crud-test-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crud Test (Python)

This project is a very simple to-do list HTTP server and HTTP client.

The goal will be to test

  • your ability to understand code you have not seen before
  • add to the code using the existing code as examples
  • explain your thought process as you are doing so

Running the Project

Setup an environment

python3 -m venv venv 
./venv/bin/activate
pip install -r requirements.txt

Run the server

python server.py

Run the client

python client.py

About

A simple Python CRUD application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages