Skip to content

End-to-end SPA application in which was developed for mobile & web services linked from a database using prisma.

License

Notifications You must be signed in to change notification settings

jonrusso/Watcho_habits-tracker_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watcho_habits-tracker-app 📱

Logo

End-to-end SPA application that has been developed for mobile & web services linked from a database using prism.

What's a SPA application?

Image

'Single Page Application' - Where basically when it does a browser route the backend does a listing that now doesn't have an HTML/CSS/JS statement no longer being responsible for building the site completely, but rather passing it through JSON (JavaScript Object Notation).


What's the Watcho habit tracker app?

Complete application, where you control your routine and your habits.


Environment Variables

To run this project, you will need to add the following environment variables to your .env file:

DATABASE_URL="file:./dev.db"

Run Locally

Clone the project

  git clone https://github.com/jonrusso/Watcho_habit-tracker_app.git

Go to the project directory

  cd Watcho_habit-tracker_app/

Install the dependencies of each application

  cd server/
  npm install
  cd web/
  npm install
  cd mobile/
  npm install

Start the server and web application using:

  npm run dev

Start the mobile application using:

  npx expo start

Authors

About

End-to-end SPA application in which was developed for mobile & web services linked from a database using prisma.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published