mahm/projekt

Project for ramverk1 course.

4.0.1 2019-01-15 19:51 UTC

This package is auto-updated.

Last update: 2024-04-16 08:20:59 UTC


README

CircleCI Scrutinizer Code Quality Build Status Code Intelligence Status

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