Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waseemsabir/tracksol
Railway Management Solution
https://github.com/waseemsabir/tracksol
flask sqlite webapp
Last synced: 3 days ago
JSON representation
Railway Management Solution
- Host: GitHub
- URL: https://github.com/waseemsabir/tracksol
- Owner: WaseemSabir
- Created: 2021-01-10T17:37:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T12:46:05.000Z (about 3 years ago)
- Last Synced: 2024-10-17T19:49:27.322Z (21 days ago)
- Topics: flask, sqlite, webapp
- Language: HTML
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TrackSol
Trasksol is a small Application built as a digital solution for Railway Management. It has different interfeces for all users, mainly being Administration, Customer and Employees. The application uses Flask Framework for routing, and uses simple HTML and CSS for styling while python for rendering views based on data. The database used in the application is SQLite.## Getting Started:
Following are the technologies used in the application.
```bash
Python # v3.6+
HTML # browser view rendering markup
CSS # Inline for styling
SQLite # Local Database
```To get the app running on your local machine, following python packages should be installed.
```bash
Flask # Framework for routing in simple application
SQLite3 # To connect with SQLite database
```To run the application, run these commands in your linux or windows enviorment.
```bash
git clone https://github.com/WaseemSabir/TrackSol.git
cd TrackSol && Python3 main.py
```The above commands will start serving application at http://127.0.0.1:5000.
There are some security flaws in the application, use any of code from application in your production enviorment with caution.## Deployement
The Application is deployed on heroku and can be accessed [here](https://tracksol.herokuapp.com/)## License
Code can be used for any production or educational purposes.