-
Clone the Repository
https://github.com/ekumamait/My-Diary
-
Navigate to the application directory
cd My-Diary
-
install all dependencies
pip install -r requirements.txt
-
Run the application
python My-Diary
EndPoint | Functionality |
---|---|
/api/v1/entries methods=['GET' | Fetches all entries created |
/api/v1/entries/entry_id> methods=['GET' | Fetches a particular entry by id |
/api/v1/entries', methods=['POST'] | add a new entry |
/api/v1/entries/int:entry_id', methods=['Delete'] | delete an entry |
/api/v1/entries/int:entry_id', methods=['PUT'] | edit a single entry |
[Here is a link to the application] (https://dashboard.heroku.com/apps/ekumamait)