title | description | tags | ||
---|---|---|---|---|
Flask TODO Server |
A simple and dynamic TODO server powered by Flask |
|
This project is a TODO server built with Flask, a popular minimal server framework for Python. It provides a simple yet dynamic TODO API where you can perform CRUD operations on TODO items. The server is deployed on Railway, and you can access it here.
- Python
- Flask
- Dynamic TODO API with CRUD operations
- Deployed on Railway
- Install Python requirements: Run the command
pip install -r requirements.txt
. - Start the server for development: Use the command
python3 main.py
. - Visit the deployed app: Access the live app here.
The Flask TODO server is deployed on Railway, offering a hassle-free deployment process. Click the "Deploy on Railway" button above to deploy your version of the project.
For local development, follow these steps:
- Ensure you have Python and Flask installed on your system.
- Clone the repository to your local system.
- Install the required Python packages using the command
pip install -r requirements.txt
. - Start the Flask server for development using the command
python3 main.py
. - The server will start, and you can access the local development server at
http://127.0.0.1:3000
.
Feel free to open issues and pull requests to improve this project. Your contributions are highly appreciated!
This project's code is freely available for anyone to use and modify.
This project was created by KaahinAtNTI during the "Webserver Programming 1" course in the academic year 2023/24 at NTI Gymnasiet Örebro