Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 761 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 761 Bytes

Express FoodLib

"FoodLib" - app written in Express and based on telegram bot functionality.

Finished application here

Overview

This web application creates an online catalog for a small food library, where users can browse available dishes from a certain category and save them to favorites.

The main features that have currently been implemented are:

  • Authorization is carried out via Telegram
  • There are 7 different categories of food.
  • Users can select a category and get 4 dishes from it.
  • Users can save their favorite dishes to favorites.

Quick Start

git clone [email protected]:mdlufy/express-foodlib.git
cd express-foodlib
npm install
npm run dev

Login