Welcome to the PyNotes-API repository! This is a simple guide to help you get started with setting up and running the PyNotes-API project.
The actual version is v0.1.0.
Follow these steps to set up and run the project on your local machine:
Clone the repository:
git clone git@github.com:vcjuliocesar/pynotes-api.gitCreate enviroment file rename .env.example by .env
Create a Virtual Environment:
python3 -m venv envActivate the Virtual Environment: On macOS/Linux:
source env/bin/activateOn Windows:
.\env\Scripts\activateInstall Dependencies:
pip3 install -r requirements.txtRun the Project:
uvicorn main:app --reloadif you prefer to use docker follow these steps, it is important that you have docker installed on your computer
docker compose builddocker compose upOnce the project is up and running, you can access it through your browser or API client.