This project is still in development
- [PostgreSQL] (https://www.postgresql.org/)
- [NodeJS] (https://nodejs.org/en/)
- Start Postgres
- create database with 'CREATE DATABASE plack;'
- create user with 'CREATE USER plack WITH PASSWORD 'plack;'
- grant privileges to user with 'GRANT ALL PRIVILEGES ON DATABASE plack to plack;'
- After running npm install in back end go into the folder ./plack-backend and run 'npm run set-tables' to add the tables to the database
- At root folder
- npm install
- npm start
- In folder ./plack-backend
- npm install
- npm start