mnzsss / recipe-app

πŸ‘¨πŸ»β€πŸ³ Biggest list of the Best Recipes - React App and Api Rest

Home Page:https://foodcourt.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Recipe Application πŸ‘‹


Version


FoodCourt

The objective of the Recipe app is to help the user manage recipes in a way

Demo

Demo

Demo

Demo

Demo

🏠 Let's usage

Install

# Setup Server
cd ../server

# Copy and rename .env.example to .env
# Add your MONGO_URL to .env (you get url on MongoDB Atlas)

# Install dependecies
yarn

# Setup Web
cd ../web

# Install dependecies
yarn

Usage

# Clone Project
git clone https://github.com/mnzsss/recipe-app.git

# Setup run Server
cd ../server

# Run Server
yarn dev:server

# Setup run Web
cd ../web

# Run Web Application
yarn start

πŸ€” How to contribute?

Fork this Repository

# Use github CLI:
$ gh repo fork mnzsss/recipe-app

# If you don't have a GitHub CLI, use the website for this.

Follow the steps below

# Clone your fork
$ git clone your-fork-url && cd recipe-app

# Create branch
$ git checkout -b feat/my-feature

# Create commit
$ git commit -m 'feat: My new feature'

# Send code to repository
$ git push origin my-feature

After your pull request is merged, you can delete your branch.

Author

πŸ‘€ Gabriel Menezes

🀝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❀️ by readme-md-generator

About

πŸ‘¨πŸ»β€πŸ³ Biggest list of the Best Recipes - React App and Api Rest

https://foodcourt.netlify.app/

License:MIT License


Languages

Language:TypeScript 97.9%Language:HTML 1.2%Language:Shell 0.5%Language:JavaScript 0.4%