Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 1.44 KB

readme.md

File metadata and controls

65 lines (41 loc) · 1.44 KB

Creative Commons License

Fit U - Exercise app

Given how hard has become to even get out of your house, let alone go to X place after a long day of work, we decided to make an app that allows every kind of user to have a personalized trainer in the comfort of their home

Tech Stack

Client: Nextjs, Zustand, TailwindCSS, PaypalAPI, CloudinaryAPI, Typescript, date-fns, etc...

Server: Node, Express, Sequelize, PostgreSQL, axios, etc...

Screenshots

cool example 1

cool example 2

cool example 3

Authors

Run Locally

Clone the project

  git clone https://github.com/proyecto-final-2023/PF-G6.git fitu

Go to the project directory

  cd client | cd api

Install dependencies

  npm i | yarn | bun i

Start the server

api/

  npm run start | yarn start

client/

  npm run dev | yarn dev