michael-maton / Anywhere-Fitness-App

A place where instructors and clients can hold and attend fitness classes wherever and whenever

Home Page:http://anywhere-fitness-web-app.anytime-fitness-tt26.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Lambda Build Week Project - Anywhere Fitness App

Created by Lambda Schools WEB_FT_26 Track Team:

Daniel Vargas Michael Maton Hussain Ali Dustin Brinkman

Endpoints

CLASSES:

[GET] https://fitness-anywhere-app.herokuapp.com/api/classes returns all classes

[GET] https://fitness-anywhere-app.herokuapp.com/api/classes/:id returns class by id

[POST] https://fitness-anywhere-app.herokuapp.com/api/classes creates a new class

[PUT] https://fitness-anywhere-app.herokuapp.com/api/classes/:id edits class by id

[DELETE] https://fitness-anywhere-app.herokuapp.com/api/classes/:id deletes class by id

USERS:

[GET] https://fitness-anywhere-app.herokuapp.com/api/users returns all users

[GET] https://fitness-anywhere-app.herokuapp.com/api/users/:id returns user by id

[POST] https://fitness-anywhere-app.herokuapp.com/api/users/register registers a new user

[POST] https://fitness-anywhere-app.herokuapp.com/api/users/login logs in a user

[PUT] https://fitness-anywhere-app.herokuapp.com/api/users/:id edits user by id

[DELETE] https://fitness-anywhere-app.herokuapp.com/api/users/:id deletes user by id

About

A place where instructors and clients can hold and attend fitness classes wherever and whenever

http://anywhere-fitness-web-app.anytime-fitness-tt26.vercel.app


Languages

Language:JavaScript 70.3%Language:CSS 25.1%Language:HTML 4.5%