Skip to content

Commit ae05128

Browse files
committed
Added Readme
1 parent 6af7b10 commit ae05128

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# FlavourFolio
2+
3+
FlaourFolio is a website where users can find and review restaurants. It allows users to view restaurant details, read reviews, and leave their own ratings and reviews.
4+
5+
## How to run
6+
## Frontend
7+
`cd Frontend/FlavourFolio/`
8+
`npm install`
9+
`npm run dev`
10+
11+
## Backend
12+
`cd Backend`
13+
`nodemon index.js`
14+
15+
or
16+
`node index.js`
17+
18+
For details about ML read md files in ML folder

flavorfolio.pkl

-1.62 MB
Binary file not shown.

tfidf_vectorizer.pkl

-357 KB
Binary file not shown.

0 commit comments

Comments
 (0)