/Task-master

Try the Task Master below.

Primary LanguageHTML

Task Master

This is a simple and CRUD based Web App. This is a task management application or ToDo web application.This project is created using backend as Flask ,RESTapi with that also used HTML and CSS in the frontend and used SQLite database.

Deployment

This project is deployed on Heroku cloude.

Get into my Web Application here - https://simple-task-master.herokuapp.com/

Source code :

Get the code here : https://github.com/mrGain/Task-master

Run Locally

Clone the project

  $ git clone https://github.com/mrGain/Task-master.git

Go to the project directory

  $ cd Task-master

Install dependencies

  • First install all the requirements to run this project.You will get all the required packages from requirements.txt file.
  $ pip install -r requirements.txt
  • Note : Before installing all the requirements make sure you are on the directory where requirements.txt is located .

Documentation

  • Learn more about RESTapi here .
  • Get official documentationth of the Flask here .
  • To learn more about SQLite database visit Documentation .