Habits Tracker
Web and mobile Applications to track our habits developed during NLW Setup, provided by Rocketseat. It was developed using TypeScript, React, TailwindCSS, React Native, Nativewind, Expo Notifications, Node, Fastify and Prisma.
Project setup
run yarn install in the 3 directories (server, web, mobile)
copy .env.example to .env and add your own credentials
in server
, run yarn prisma migrate dev to execute prima migrations
run yarn dev
in the 3 directories (server, web, mobile) to run the projects