A system that manages bugs in a project. This project still in development and may have some bugs (How ironic 😄).
This are all the tools used in this project.
- ⚡ Express - Minimal HTTP web framework
- 📝 Sequelize - A SQL ORM
- 💓 VueJS - A library to build user interfaces
- 💅 Lint - Eslint/Prettier
You need to have NodeJS instaled in your machine. Then, you can clone the repository and run the following commands in the project folder. I recomend you read the README in the backend for further explanation.
yarn- to install all the dependeciescd backend/ && yarn dev- enter the backend folder and start the servecd frontend/ && yarn serve- enter the frontend folder and start the spa