Giter Club home page Giter Club logo

api-solid-fastify's Introduction

App

GymPass style app.

FRs (Functional Requirements)

  • Must be possible to register a gym;
  • Must be possible to register an user;
  • Must be possible to authenticate an user;
  • Must be possible to get a logged in user's profile;
  • Must be possible to get the number of check-ins made by the logged in user;
  • Must be possible to validate an user's check-in;
  • Must be possible for the user to get his check-ins historic;
  • Must be possible for the user to find near gyms;
  • Must be possible for the user to find gyms by name;
  • Must be possible for the user to check-in to a gym;

BRs (Business Rules)

  • The user should not be able to register with a duplicated e-mail;
  • The user should not be able to make 2 check-ins on the same day;
  • The user should not be able to check-in if he isn't near (100m) the gym;
  • The check-in can only be validated until 20 minutes after it is created;
  • The check-in can only be validated by administrators;
  • The gym can only be registered by administrators;

NFRS (Non-functional requirements)

  • User password must be hashed;
  • Application data bust be persisted in a PostgreSQL database;
  • All data list must be paginated with 20 items by page;
  • User must be identified by a JWT;

api-solid-fastify's People

Contributors

pedrofrxncx 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.