Giter VIP home page Giter VIP logo

exam_app's Introduction

Blog_API

through this API a user can have acceess to saved and published articles.

Requirements

  • User must be able to signup and login
  • logged in user must generate token
  • token generated must expire after 1 hour
  • authenticated user must be able to create posts
  • Posts created must first be in draft state
  • authenticated user must be able to update his/her articles from draft to published
  • authenticated user must be able to delete and edit his/her own articles
  • test application
  • if a single blog is requested, the api should return the user information(the author) with the blog. The read_count of the blog too should be updated by 1
  • Blogs created should have title, description, tags, author, timestamp, state, read_count, reading_time and body.
  • The list of blogs endpoint that can be accessed by both logged in and not logged in users should be paginated, default it to 20 blogs per page
  • It should also be searchable by author, title and tags.
  • It should also be orderable by read_count, reading_time and timestamp
  • a single blog is requested, the api should return the user information(the author) with the blog. The read_count of the blog too should be updated by 1

User

Field Data_type constraint
Firstname String Required
Lastname String Required
Email String required, unique
password Number required

Blog

Field Data_type constraint
Title String Required, unique
description String none
author String none
state string draft/ published
readcount number none
reading time number none
tags String none
body string none
time stamp date none

exam_app's People

Watchers

Adenipekun Blessing avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.