Skip to content

Mi-As/NoteRestApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note Flask RESTApi

Build Status Coverage Status

This is my small REST-API Project. It allows a user to manage notes.

Getting Started

To start the flask application, please install the required packages. To initialize the database you can use the following commands.

flask db init
sqlite3 main.db < init.sql  # use the init file to fill the database with data

Now you can run the application and use its endpoints.

flask run

If you want to run automated tests you can use the command pytest.

Documentation

Endpoints: https://documenter.getpostman.com/view/12797884/TVKHVFRm

Database Schema: https://dbdiagram.io/d/5f675f227da1ea736e2e8ffc

Built With

About

REST-API to manage notes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages