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
Client: Nextjs, Zustand, TailwindCSS, PaypalAPI, CloudinaryAPI, Typescript, date-fns, etc...
Server: Node, Express, Sequelize, PostgreSQL, axios, etc...
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
api/
npm run start | yarn start
client/
npm run dev | yarn dev