End-to-end SPA application that has been developed for mobile & web services linked from a database using prism.
'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).
Complete application, where you control your routine and your habits.
To run this project, you will need to add the following environment variables to your .env file:
DATABASE_URL="file:./dev.db"
Clone the project
git clone https://github.com/jonrusso/Watcho_habit-tracker_app.gitGo 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 installStart the server and web application using:
npm run devStart the mobile application using:
npx expo start