This repo contains all backend code in use at our Bug Tracker. For easier development please check the How To Run section. Have fun! 💖💖💖
git clone https://github.com/imxande/Bug-Tracker-Backend.git
- In order to get the ball rolling you will need to npm install to get the dependencies.
npm install
- In development we will initialize nodemon to automatically restarting the node application when file changes and then we will start our server/app
npm run dev && start
Once the server is up an running we create our database, please run:
npm run migrate
Note: Check in the data folder for our newly created help_desk.db3 file.
👏 Yay! we did it. This is our SQL database👏
Now you can view the database with SQLiteStudio
I have included our API documentation here check it out:
Bug Tracker API Documentation