Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 482 Bytes

File metadata and controls

31 lines (26 loc) · 482 Bytes

ARC-Web-Development

Clone this repo:

git clone https://github.com/weizhang05/ARC-Web-Development.git

Setting up Express environment:

npm install express-generator -g
express App --view=ejs
npm install ejs
npm install pg
npm install body-parser --save
npm install dotenv --save

Start web service:

cd App
npm install
node bin/www

Setting up Database:
Run all codes in schema.sql

Open browser of choice and enter following URL:

localhost:3000