Skip to content

I developed the Habits project, where you record the habits and the days of the week you will do them and you can mark the habits you completed on the current day.

License

Notifications You must be signed in to change notification settings

VagnerNerves/nlw-setup-ignite-012023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<nlw/>SETUP habits

I developed the Habits project, where you record the habits and the days of the week you will do them and you can mark the habits you completed on the current day.

🎥 Implementation Video

Project.NLW.Setup.Habits.mp4

🎨 Layout

Layout developed by Rocketseat

Layout in Figma

💡 Technologies used

Back-end

Front-end Web

Mobile

🚀 Running the project

Clone the project

  git clone https://github.com/VagnerNerves/nlw-setup-ignite-012023.git

Back-end

Enter the project directory

  cd nlw-setup-ignite-012023\server

Install with dependencies

  npm i

Create ".env" file in the root of the project and add the code below

  DATABASE_URL="file:./dev.db"

Start the prisma

  npx prisma generate

Start the server

  npm run dev

Front-end Web

Enter the project directory

  cd nlw-setup-ignite-012023\web

Install with dependencies

  npm i

Start the server

  npm run dev

Mobile

Enter the project directory

  cd nlw-setup-ignite-012023\mobile

Install with dependencies

  npm i

Start the server

  npx expo start

📝 Routes

Run in Insomnia

🌎 License

This project is under the MIT license. See the LICENSE file for more details.

About

I developed the Habits project, where you record the habits and the days of the week you will do them and you can mark the habits you completed on the current day.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published