Skip to content

zaabu/API-FrontEnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

  • My Diary is an online journal where users can pen down their thoughts and feelings.

Features

  • Users can create an account and log in.
  • Users can view all entries to their diary.
  • Users can view the contents of a diary entry.
  • Users can add or modify an entry.

API Endpoints

Endpoints Description Public Access
POST /api/v1/auth/signup Sign up. TRUE
POST /api/v1/auth/login Log in. TRUE
POST /api/v1/entries/ Add a diary entry. FALSE
GET /api/v1/entries/ gets all diary entries. FALSE
GET /api/v1/entries/<entryId> Get diary entry by id. FALSE
PUT /api/v1/entries/<entryId> Update diary entry by id. FALSE

Documentation

Heroku

About

My Diary is an online journal where users can pen down their thoughts and feelings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published