ramverk1-projekt
This is a project for the course ramverk1 at Blekinge Institute of Technology.
Copy the repo to your own folder
git clone git@github.com:mahm17/ramverk1-projekt.git your_folder
Create the database file
mkdir data
touch data/db.sqlite
Create the tables for the database
sqlite3 data/db.sqlite < sql/ddl/user_sqlite.sql