https://github.com/melvynx/ticket0_flask
Simple ticketing application like Jira with authentification 🐱
https://github.com/melvynx/ticket0_flask
bootstrap flask jquery python3 ticket
Last synced: 2 months ago
JSON representation
Simple ticketing application like Jira with authentification 🐱
- Host: GitHub
- URL: https://github.com/melvynx/ticket0_flask
- Owner: Melvynx
- Created: 2020-03-19T12:33:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:12:13.000Z (almost 3 years ago)
- Last Synced: 2025-03-20T04:52:46.971Z (7 months ago)
- Topics: bootstrap, flask, jquery, python3, ticket
- Language: HTML
- Homepage:
- Size: 400 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ticket0_flask
## Motivation 🏃♂️
I made this during a project at Epsic.
It was requested to use Flask for the backend and I decided to use JS with JQuery and Bootstrap 🍓 to make the frontend.I never really used Bootstrap and JQuery so it was a first time for me!
## Installation
### Backend
To run this project you need to use `Pycharm` 🐍.
Go and the settings here :
Select `venv` and install the dependency.
To start, open `run.py` in pycharm and click on the green arrow ✅➡️.
### Fronted
run in the root of project :
```bash
cd app/yarnnpm i # 🔆
# or
yarn # 🐳
```
It's done.