To login go to /api/auth/google
This page is for verification only
This is a backend api for the bug tracker service.
- This api includes Google oAuth login portal
- Users must be login to create a ticket or preform CRUD commands on ticket issues
- Database is being served on the cloud
- Application is being hosted on Railway.com
- Built using Node.js, Express.js, Passport.js, Mysql
- This static file is being served using Express.static()
- Github Url
- / issues (Unprotected Routes)
- Get All Issues Click here
- Get Issues By Priority (low, medium, high)Click here
- Get One Issues by id (1,2,3,4)Click here
- Search Issues Click here
- / users
- Get All Users Click here