mahm/projekt

Project for ramverk1 course.


License
MIT

Documentation

ramverk1-projekt

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