This site, was raised to studding fullstack web development, this idea was withdrawn of a Rocketseat Bootcamp, and I implemented this. This brought me many challenges, since I used technologies that I didn't know.
- To execute this project, you need to have installed:
- node.js
- postgreSQL (installed & configured)
$ git clone https://github.com/antoniodecanini/FoodFy.git
$ cd FoodFy
$ npm install
- In
src/config/db.js, you will find the DB config- Fill all fields with your configuration.
$ npm start
- Open your browser, then:
- Acces
http://localhost:5500
- Acces
-
Core
- node.js - a JavaScript runtime built on Chrome's V8 JavaScript engine.
-
Framework web
- express - Fast, unopinionated, minimalist web framework for Node.js
-
Template engine
- nunjucks - Powerful language with block inheritance, autoescaping, macros, asynchronous control, and more.
-
Database
- postgreSQL - is a powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.
-
Extras
-
method-override - Lets you use HTTP verbs such as PUT or DELETE in places where the client doesn't support it.
-
pg - Non-blocking PostgreSQL client for Node.js. Pure JavaScript and optional native libpq bindings.
-
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ Enjoy it!





