Reader is an impressive full stack web application crafted with Node.js, designed to provide a delightful experience for food enthusiasts and cooking aficionados. With its intuitive user interface, extensive collection of recipes, and interactive features, Reader takes you on a culinary journey, allowing you to explore, discover, and share your passion for food.
- NEXT.JS
- React Query
- SCSS
- Bulma
- Nest.js
- Prisma
- PostgreSQL
reader.mp4
- Open your pgAdmin to import the project database backup (in
reader_db_backup) - Open the server side app (server folder) and change the configuration of your database in
.env - Run the server side with
npm run start:dev - Open the client side app (client folder) and in
.env.localcheck if the server side URL is correct - Run the client side with
npm run dev - Open the browser and everything should be fine :)