Refaelbenzvi24 / Python-restful-boilerplate

A quick starter python RESTful API boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Boilerplate

Dependencies

You will need pip and venv

Getting Started

First Clone the project

git clone git@github.com:Refaelbenzvi24/Python-boilerplate.git Python-boilerplate
cd Python-boilerplate

Then create venv and install dependencies

python -m venv venv
. venv/Scripts/activate
pip install -r requirement-dev.txt

Now you can run the server

python src/index.py

About

A quick starter python RESTful API boilerplate


Languages

Language:Python 100.0%