Skip to content
This repository was archived by the owner on May 11, 2021. It is now read-only.

Latest commit

 

History

56 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Install Node package manager (npm), the latest stable version of Node and SQLite3
sudo apt install npm
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
sudo apt-get install sqlite3
  • Set up webapp (only once):
npm install
npm run database:setup
  • Run webapp:
npm run dev
  • Open it on your web browser (Firefox reccomended) via https://localhost:5000

    • Your browser may deem our app not safe (because we have a self-issued SSL certificate). Ignore this.
  • You can login with our demo account details:

    • Username = "user"
    • Password = "password"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages