A SPA for measuring user daily meals.
Node.js Prisma.js Express.js React.js Tailwind SQlite3 Cypress
- API - Rest endpoints
- Frontend - SPA application (React)
- Nodejs
npm installnpm run configure:dev # This will configure the database, and also seed the applicationnpm startnpm testYou can see all available endpoints using postman.
You'll need to import this collection.
Auth- Auth (Mocked)User- Creates a new UserMeal- Creates a public MealUser Meal- Inserts a user Meal to the User Meals listMeal Category- Creates a new Meal Category
- Nodejs
npm installnpm startnpm test

