Skip to content

Sample Starter Project for ARC Web Development Course

Notifications You must be signed in to change notification settings

suriruhani/ARC-Web-Development

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample Starter Project for ARC Web Development Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.4%
  • HTML 6.4%
  • CSS 2.2%