Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bilal-08/delhish-underground
Delhish Underground is an app to share the food moments
https://github.com/bilal-08/delhish-underground
express food mern react reactjs
Last synced: 16 days ago
JSON representation
Delhish Underground is an app to share the food moments
- Host: GitHub
- URL: https://github.com/bilal-08/delhish-underground
- Owner: bilal-08
- Created: 2023-11-25T12:35:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T17:51:49.000Z (12 months ago)
- Last Synced: 2024-10-17T04:19:43.021Z (2 months ago)
- Topics: express, food, mern, react, reactjs
- Language: JavaScript
- Homepage: https://delhish-underground-client.vercel.app/
- Size: 1.05 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
### Features
## Delhish-Underground
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.### Build using
![MongoDB](https://img.shields.io/badge/MongoDB-%234ea94b.svg?style=for-the-badge&logo=mongodb&logoColor=white)
![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge&logo=express&logoColor=%2361DAFB)
![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)
![React Router](https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge&logo=react-router&logoColor=white)
![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)
![JWT](https://img.shields.io/badge/JWT-black?style=for-the-badge&logo=JSON%20web%20tokens)
## Preview
## Run in local Environment
After Cloning and Installing dependencies.
add .env variables as shown .env.examples
in both client and server.
open terminal
+ for client
```sh
cd client
```
```sh
npm run dev
```
+ for server, open new terminal
```sh
cd server
```
```sh
npm run dev
```