Skip to content

vcjuliocesar/pynotes-api

Repository files navigation

PyNotes-API

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.

Actual version

The actual version is v0.1.0.

Getting Started

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.git

Create enviroment file rename .env.example by .env

Create a Virtual Environment:

 python3 -m venv env

Activate the Virtual Environment: On macOS/Linux:

 source env/bin/activate

On Windows:

 .\env\Scripts\activate

Install Dependencies:

 pip3 install -r requirements.txt

Run the Project:

 uvicorn main:app --reload

Docker

if you prefer to use docker follow these steps, it is important that you have docker installed on your computer

docker compose build
docker compose up

Once the project is up and running, you can access it through your browser or API client.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published