Skip to content

Project for study, habit control web application

Notifications You must be signed in to change notification settings

vagnermaltauro/Habits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Habit Life 💪

🧪 Technologies

This project was developed using the following technologies:

🚀 Getting started

Clone the project and access the folder.

$ git clone https://github.com/vagnermaltauro/Habits.git
$ cd Habits

Follow the steps below:

Web

# Install the web dependencies
$ cd web
$ npm install

# Start the web project
$ npm run dev

Server

# Install the server dependencies
$ cd server
$ npm install

# Start the server project
$ npx prisma migrate dev
$ npx prisma db seed
$ npm run dev

### to access the prisma
$ cd server
$ npx prisma studio

About

Project for study, habit control web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published