repositorypackage
0.0.0-20241216122357-e653b7142daf
Repository: https://github.com/lucasandflores/md_api.git
Documentation: pkg.go.dev
# README
MD API
This API allows you to perform the following actions:
- Create a new user
- Authenticate a user
- Utilize the
/audio
routes to store, list all stored audios, and stream a specific audio.
How to Run
- Create a
.env
file using the variables from.env.example
. - Run the following command:
docker-compose up
Next steps for the project:
- Implement encrypt and decrypt functions for sensitive data (e.g., email, password, and cellphone).
- Add unit and end-to-end (E2E) tests for user-related functionalities.
- Implement the
/auth/
route to generate JWT tokens.