Skip to content

jamestitus299/task-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskAPI

This is a RESTful API that has endpoints that can create, update, delete tasks

To get the Api up and running:

  1. Run: pip install -r requirements.txt
  2. Create a MongoDB database on Mongodb Atlas and get the connect string
  3. Create a .env file in the project directory and add: MONGODB_CONNECTION_URL=your_connection_string
  4. Run the Flask app by: flask run

About

A RESTful API to create and manage tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors