Skip to content

Repository for Web Application Development course homeworks

Notifications You must be signed in to change notification settings

Rikuklane/WAD_homeworks

Repository files navigation

WAD_homeworks

Repository for Web Application Development homeworks.

Project info

Team members

  • Richard Kuklane
  • Georg Šumailov
  • Andre Viibur

Homework 1

Homework 2

Homework 3

Homework 4

DB import

  • Open the pgAdmin tool
  • Right-click on Databases, then, Create -> Database (name it "wad" for example)
  • Copy dbexportwad.pgsql from project repository to your PostgreSQL bin folder (usually it is C:\Program Files\PostgreSQL\14\bin)
  • Open CMD as an admin and navigate to your PostgreSQL bin folder
  • Type psql -U postgres wad < dbexportwad.pgsql
  • Type in the password (the one specified during pgAdmin installation)
  • All done!

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Repository for Web Application Development course homeworks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published