Loading repository data…
Loading repository data…
clintonbrito / repository
This repository contains the backend challenge project for a job application. It is a RESTful API built with AdonisJS (Node.js) and MySQL for managing users, clients, products, and sales. The project follows the MVC architecture and includes user authentication with JWT.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is a MVP e-commerce-like API developed from scratch. It allows you to manage users, clients, products and sales. The project follows the MVC architecture and includes user authentication with JWT.
This project was developed using:
Check the docker logs using the command docker logs -f app which address is running the application and open your browser or any prefered API client in order to test the endpoints through the address below, for example:
Explore the API documentation to understand the available endpoints, request parameters, and responses. The documentation is built using Bruno 🐶, a fast and Git-friendly Opensource API client, which also provides an interactive and user-friendly interface.
Run the Application: Make sure the application is running locally. Follow the Getting Started section for instructions on starting the application.
Feel free to give a try to Bruno and download it: Check out the Download page and follow the instructions.
Open Bruno Desktop App: Once the application Docker containers are running ok, you can access the Bruno Desktop App.
Explore Endpoints:
In the Bruno Desktop App, you just need to import /docs/Ecommerce API collection folder and voilà: you'll find a list of available endpoints along with details about request parameters. Use this interface to understand how to interact with the API. The base URL of the API which you should use as an environment variable on Bruno is the following:
Feel free to explore and test the API directly any other API client you prefer. If you encounter any issues or have questions, refer to the Issues section for support.
For future features, I intend to include:
This project adopts Gitmoji and the commit convention known as Conventional Commits. This means that we follow a standardized format for our commit messages, making it easier to generate changelogs and adopt semantic versioning.
Example commit messages format:
The branches in this project follow a specific pattern to facilitate organization and understanding of ongoing development. Some of the common prefixes used include feature/, bugfix/, docs/:
Example branch names:
This project is licensed under the MIT License. See the LICENSE file for details.