Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 1.85 KB

README.md

File metadata and controls

63 lines (38 loc) · 1.85 KB

bug tracker

Bug Tracker Backend · Github license NPM Version

Summary

This repo contains all backend code in use at our Bug Tracker. For easier development please check the How To Run section. Have fun! 💖💖💖

How To Run Development

1. Clone the repo

git clone https://github.com/imxande/Bug-Tracker-Backend.git

2. Prerequisites

3. Installation

  • 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

4. Create our database

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.

bug tracker

👏 Yay! we did it. This is our SQL database👏

Now you can view the database with SQLiteStudio

Documentation

I have included our API documentation here check it out:
Bug Tracker API Documentation

Good luck Have fun!

License

MIT licensed