This is CS546 Project Repo
Table of Contents
Xin Jin
To develop this project, you will need the following tools:
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
-
Install MongoDB & node.js.
-
make sure the creation of Database name aura_bar_liquor_system and collections name of users, reviews and users
-
Make sure the following ports are not occupied:
27017
(MongoDB service),3000
. -
Open your terminal, enter the command below, and choose a folder in which to clone the repository.
git clone https://github.com/XinJin96/Aura-Bar-Liquor-Review-System.git
-
Go to the project root directory and run below code in terminal to install NPM packages
npm i
-
Run Seed.js file to load all testing data
-
Add Enviroment Variable
accountSid
with value
*****
and
authToken
with value
*****
-
Run below code in terminal to start the program
npm start
Then, you can open http://localhost:3000 on browser, enjoy!