Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
/ CCAPDEV-Tastee Public archive

A food review website wherein users can rate different restaurants around the Metro. This was made in partial fulfillment of the course CCAPDEV.

Notifications You must be signed in to change notification settings

anaj00/CCAPDEV-Tastee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tastee

[CCAPDEV] MC | A food review website wherein users can rate different restaurants around the Metro.

How to run

  1. Import data in database_data, to a table named Tastee

  2. Install node.js

  3. Install express, mongoose, and handlebars in the terminal of your IDEs

    • Type npm i express mongoose express-handlebars mongodb nodemon
  4. To run, type npm run start in the terminal. This runs the app.js file without nodemon in the background.

  5. [Optional] For easier refresh and saving of server, download nodemon with npm i nodemon
    Then, use npm save --dev nodemon tto run with nodemon

Comments

For some reason, the .env files won't work. So we had to integrate the port into the code itself. #SecurityBreach

About

A food review website wherein users can rate different restaurants around the Metro. This was made in partial fulfillment of the course CCAPDEV.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published