Rendify Backend is the backend repository for the Rendify application. It handles user management, database interactions, and external API integration.
- Flask
- SQLAlchemy
- JWT
- Dotenv
- Clone the repository:
git clone https://github.com/MauricioReisdoefer/rendify-backend
cd rendify-backend- Install Dependencies:
pip install -r requirements.txt- Create a ".env" file with the following variables:
PORT=3000
DB_URI=(Por enquanto nada)
JWT_SECRET=escolha_uma_chave- Start the server:
py run.pyTo contribute, follow these steps:
-
Fork this repository
-
Create your branch:
git checkout -b my-feature- Commit your changes:
git commit -m 'Feat: New functionality'- Push in branch:
git push origin my-feature- Open a Pull Request