Code Monkey home page Code Monkey logo

powerful's Introduction

Powerful

Powerful is the simplest and most intuitive workout experience.

Front End

  • NextJs
  • Redux Toolkit
  • Redux Toolkit Query
  • Tailwind

Back End

  • Prisma
  • Express
  • TypeScript
  • PostgreSQL
  • JWT
  • Cookie Parser

Powerful REST API

Version: 1.0.0

Regiter User

POST /api/user/register

Responses
Code Description
200 Successful response

Login User

POST /api/user/login

Responses
Code Description
200 Successful response

Get User By Id

GET /api/user/:id

Responses
Code Description
200 Successful response
Security
Security Schema Scopes
bearerAuth

Edit User By Id

PUT /api/user/:id

Responses
Code Description
200 Successful response
Security
Security Schema Scopes
bearerAuth

Delete User By Id

DELETE /api/user/:id

Responses
Code Description
200 Successful response

Get Users

GET /api/user

Responses
Code Description
200 Successful response
Security
Security Schema Scopes
bearerAuth

Create A Workout

POST /api/workout

Responses
Code Description
200 Successful response

Get Workouts

GET /api/workout

Responses
Code Description
200 Successful response

Get Workout By Id

GET /api/workout/:id

Responses
Code Description
200 Successful response
Security
Security Schema Scopes
bearerAuth

Update Workout By Id

PUT /api/workout/:id

Responses
Code Description
200 Successful response

Delete Workout By Id

DELETE /api/workout/:id

Responses
Code Description
200 Successful response

Get User Workout By User Id

GET /api/workout/user/:id

Responses
Code Description
200 Successful response
Security
Security Schema Scopes
bearerAuth

Create Exercise

POST /api/exercise

Responses
Code Description
200 Successful response
Security
Security Schema Scopes
bearerAuth

Get Exercises

GET /api/exercise

Responses
Code Description
200 Successful response

Get Exercise By Id

GET /api/exercise/:id

Responses
Code Description
200 Successful response
Security
Security Schema Scopes
bearerAuth

Update Exercise By Id

PUT /api/exercise/:id

Responses
Code Description
200 Successful response

DELETE Exercise By Id

DELETE /api/exercise/:id

Responses
Code Description
200 Successful response

Get Exercises by Workout Id

GET /api/exercise/workout/:id

Responses
Code Description
200 Successful response
Security
Security Schema Scopes
bearerAuth

Create Set

POST /api/set

Responses
Code Description
200 Successful response
Security
Security Schema Scopes
bearerAuth

Get Sets

GET /api/set

Responses
Code Description
200 Successful response

Get Set By Id

GET /api/set/:id

Responses
Code Description
200 Successful response
Security
Security Schema Scopes
bearerAuth

Edit Set By Id

PUT /api/set/:id

Responses
Code Description
200 Successful response
Security
Security Schema Scopes
bearerAuth

Delete Set By Id

DELETE /api/set/:id

Responses
Code Description
200 Successful response

Get Sets By Exercise Id

GET /api/set/exercise/:id

Responses
Code Description
200 Successful response
Security
Security Schema Scopes
bearerAuth

Create Progress

POST /api/progress

Responses
Code Description
200 Successful response
Security
Security Schema Scopes
bearerAuth

Get All Progress

GET /api/progress Admin Restricted

Responses
Code Description
200 Successful response
Security
Security Schema Scopes
bearerAuth

Get Progress By Id

GET /api/progress/:id

Responses
Code Description
200 Successful response
Security
Security Schema Scopes
bearerAuth

Edit Progress By Id

PUT /api/progres/:id

Responses
Code Description
200 Successful response
Security
Security Schema Scopes
bearerAuth

Delete Progress By Id

DELETE /api/progress/:id

Responses
Code Description
200 Successful response
Security
Security Schema Scopes
bearerAuth

Get Progress By User Id

GET /api/progress/user/:id

Responses
Code Description
200 Successful response
Security
Security Schema Scopes
bearerAuth

powerful's People

Contributors

makyfj avatar

Stargazers

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