A food recipe web application for creating and getting recipes
- React
- TailwindCSS
- ExpressJs
- TypeScript
- NodeJs
- Cloudinary
- MongoDB
To get a local copy up and running follow these simple example steps.
Install Node and npm using the npm install
command on your command line, then install yarn using npm install --global yarn
.
Clone this repository by typing git clone https://github.com/HIMU-2001/ecowiser.git
on your terminal.
The application contains two folders
- frontend
- backend
Navigate to the project directory of your choice cd frontend
or cd backend
and run
$ yarn install
# development
$ yarn dev
# build
$ yarn build
# preview
$ yarn preview
While inside the foodie/frontend, run yarn dev
. This will open a development server.
# development
$ yarn dev
# build
$ yarn build
# linting
$ yarn lint
# formatting
$ yarn format
While inside the foodie/backend, run yarn dev
. This will open a development server.
Give a ⭐️ if you like this project!
👤 Himanshu
- Twitter: @himanshuuu_2001
- LinkedIn: LinkedIn
This project is MIT licensed.