A rest REST API for querying and retrieving scoped news and information.
- git clone
https://github.com/Becka7/models.News-portal.git
- cd your/path/to/Forest-tracker
- open with editor of choice
CREATE DATABASE news_portal;
CREATE TABLE users(id serial PRIMARY KEY,name text,role varchar,department_id int);
CREATE TABLE departments(id serial PRIMARY KEY,name varchar,description varchar,employees int);
CREATE TABLE news(id serial PRIMARY KEY,text varchar,department varchar);
CREATE DATABASE news_portal_test WITH TEMPLATE news_portal
There are no known bugs at the moment
Java
Spark
PostgreSQL
Handlebars
Markdown
CSS
Bootstrap
In case of any concerns you can reach me at ;
https://github.com/Becka7?tab=repositories
Copyright (c) [2021] Rabecca Nzau