Foodfy is an MVC web application, in which it helps in creating recipes made by chefs for people who like to cook.
This app features all the latest tools in web development!
- ⚙️ Nunjucks — A templating engine for JavaScript.
- 💹 Express — Minimalist web framework for Node.js.
- 🐘 Postgres — Is a powerful, open source object-relational database system.
- Clone this repo using
git clone https://github.com/williamoliverpro/foodfy
- Move yourself to the appropriate directory: cd foodfy
- Run
npm install
oryarn
to install dependencies - Run
npm start
oryarn start
to start the application
This project is licensed under the MIT License - see the LICENSE page for details.