🌐 Para a versão em português deste README, clique aqui.
This project was developed with the objective of creating user access control, using NodeJS by @EuCarlos
- 1. Installation:
- 2. Run the project
- 3. Documentation
- 4. About project
- 5. How to contribute to this project?
- 6. How do I report a bug or request a feature?
Clone the repo and Install dependencies using Yarn:
git clone https://github.com/EuCarlos/permissions-users.git \
&& cd permissions-users \
&& yarn install
First run migration
yarn typeorm migration:run
Then run as developer
yarn dev
All route information has been documented with Swagger UI, and can be found in the /api/v1/docs
route
- [FR001] - The system should register users.
- [FR002] - The system should authenticate users.
- [FR003] - The system should register permissions.
- [FR004] - The system should register roles.
- [FR005] - The system should register products.
Before starting, check and follow the instructions for contributing to the repository. If not, you can follow the instructions below:
- Fork the project
- Create a new branch: git checkout -b nova-branch
- Commit your changes: git commit -m 'I added something'
- Push to branch: git push origin nova-branch
- Open a Pull Request
If you want to report a bug or request a feature, go to Issue on the GitHub Project and add your request.
Created with 💜 by Carlos Alves