Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
Home
recipe-PNG
profile

## 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
```