Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reubenmathew/helpdesk
🙋 An open source help-desk framework with end-to-end security
https://github.com/reubenmathew/helpdesk
backend frontend
Last synced: about 1 month ago
JSON representation
🙋 An open source help-desk framework with end-to-end security
- Host: GitHub
- URL: https://github.com/reubenmathew/helpdesk
- Owner: ReubenMathew
- Created: 2022-02-19T15:16:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T02:38:25.000Z (over 2 years ago)
- Last Synced: 2024-11-06T07:41:57.070Z (3 months ago)
- Topics: backend, frontend
- Language: JavaScript
- Homepage: https://help-desk-psi.vercel.app
- Size: 365 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HelpDesk Application
By: Reuben Ninan (216315509), John Stegmaier (213940226), Amro Al-Salih (218287334), Orion Nelson (216305377)## Table of Contents
- [HelpDesk Application](#helpdesk-application)
- [Features](#features)
- [Installation](#installation)
- [Docker](#docker)
- [Raw](#raw)
- [Development](#development)
- [Building from Source](#building-from-source)## Run Locally
### Frontend Service
1. Clone or download the repository
2. `cd frontend/helpdesk`
3. `echo BACKEND_URL=https://backend-development-b7d5.up.railway.app > .env.local`
4. `npm install`
5. `npx next dev`
6. Open browser to `localhost:3000`*Note: To login as an admin use the following credentials...*
```
username=admin
password=password
```