Skip to content

Express application for our bug tracker help desk client

License

Notifications You must be signed in to change notification settings

imxande/Bug-Tracker-Backend

Repository files navigation

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

About

Express application for our bug tracker help desk client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published