CookIt is the social media app for food lovers! This app was developed for the Design of WWW Services course at Aalto University. The project is structured as a monorepo, with frontend and backend functionality stored in their respective directories.
✨ Demo
cd ./frontend && npm install
cd ./backend && npm install
npm run dev
In order to run the frontend, you need to create a .env file in its root directory (./frontend/) with the following environment variables:
VITE_SERVER_ADDRESS <url for backend>
MONGODB_URI <uri connection string for a MongoDB database>
JWT_SECRET <some secret string>
SERVER_PORT <default is 4000>
SERVER_HOST <probably localhost>
👤 Ewelina Ziarkowska, Aaryan Nayar, Kabir Bissessar
Find us on Github:
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator