This project has a web and mobile system to deal with the management of your daily habits.
This project was developed with the following technologies:
-
Server
-
Web
-
Mobile
First clone this repository:
$ git clone https://github.com/Sup3r-Us3r/nlw-setup.git
$ cd nlw-setup
$ cd server
$ npm i
$ npx prisma migrate dev
$ npm run dev
$ cd web
$ npm i
$ npm run dev
$ cd mobile
$ npm i
$ npm run dev
You can see the web and mobile layout in Figma with this link.
This project is under the MIT license.