Delhish-Underground is a community which resolves around the foodies. The WebApp is Made to Upload their recipes in their Own words. and A section is given to upload their food they had.
After Cloning and Installing dependencies.
add .env variables as shown .env.examples in both client and server. open terminal
- for client
cd client
npm run dev
- for server, open new terminal
cd server
npm run dev