Code Monkey home page Code Monkey logo

park-well's Introduction

park-well

Coverage Status CircleCI

About

API for a Parking application that manages parking spaces.

Technology Stack

API

Features

The following features make up the park-well API:

Authentication

  • It uses JSON Web Token (JWT) for authentication.
  • It generates a token on successful login and returns it to the user.
  • It verifies the token to ensure a user is authenticated to access endpoints.

Users

  • There three types of users
    • operator: User with access to the system but no admin rights.
    • admin: User with admin rights to the system.
    • default: The default user with no access to the system.
  • Allows users to create account.
  • Allows users to login and obtain a unique token.
  • Allows authenticated users to retrieve and update their information.
  • Allows admin users to change other users' role.
  • Allows admin to create other admins.

Roles

  • It ensures roles can be created by an admin user.
  • A non-admin cannot access this endpoint.

Cars

  • Allows registration of car details.
  • Allows modification & deletion of car details.

Parking Space

  • Allows a new p[arking space to be added.
  • Allows modification of a parking space
  • Parking spaces cannot be deleted.

Parking Activities

  • Allows creation of a parking activity
  • Allows modificaiton of a parking activity
  • Parking activities can not be deleted.

Author

  • Oluwafemi Akinwa

park-well's People

Contributors

dependabot[bot] avatar kaiserphemi avatar

Stargazers

 avatar

Watchers

 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.