Skip to content

MauricioReisdoefer/rendify-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rendify - Backend

Description

Rendify Backend is the backend repository for the Rendify application. It handles user management, database interactions, and external API integration.

Technologies Used

  • Flask
  • SQLAlchemy
  • JWT
  • Dotenv

How to Run

  1. Clone the repository:
git clone https://github.com/MauricioReisdoefer/rendify-backend
cd rendify-backend
  1. Install Dependencies:
pip install -r requirements.txt
  1. Create a ".env" file with the following variables:
PORT=3000
DB_URI=(Por enquanto nada)
JWT_SECRET=escolha_uma_chave
  1. Start the server:
py run.py

Contributions

To 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •