This project aims to manage students and use a queue to manage process.
For configuration you require Docker, Docker Compose, NodeJS.
To use docker do you need run this command:
docker-compose up
To run in your machine do you need install dependencies:
yarn install
Comment docker-compose api_and_consumer to not run and up rabbitmq:
docker-compose up
Configure your env file and run application:
yarn start
- Javascript
For test the API, you can use the requests-collection file and import in your insomnia or postman.
Contributions are what make the open source community an incredible place to learn, inspire and create. Any contribution you make will be much appreciated.
- Make a project Fork
- Create a Branch for your feature (
git checkout -b feature/amazing-feature
) - Insert your changes (
git add .
) - Make a commit with your changes (
git commit -m 'feat(<teasy-filename>): Inserting a Amazing Feature !
) - Push the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
Distributed under the MIT license. See LICENSE
for more information.
Yury Alencar - Github - yuryalencar19@gmail.com