Limmen / chinook

React front-end that consumes REST-API for the chinook database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chinook

Build Status forthebadge

Table of Contents

Description

This repo contains two separate projects:

  • react_frontend

    A JavaScript frontend that consumes a REST-API for the chinook database, built with React.

  • java_backend

    A REST-API for the chinook database developed with Java and Spring.

Current state

java_backend contains a full REST-API for the chinook database. See separate README.md for how to use. react_frontend contains a application for performing CRUD operations on the resources of the REST API

How to run

See separate README's for each project.

java_backend README

react_frontend README

Documentation

See separate README's for each project.

java_backend README

react_frontend README

Author

Kim Hammar

Copyright and license

  • The repo:

The MIT License (MIT)

Copyright (c) 2016 Kim Hammar

  • The database:

The MIT License (MIT)

Copyright (c) 2008-2014 Luis Rocha

About

React front-end that consumes REST-API for the chinook database

License:MIT License


Languages

Language:Java 65.2%Language:JavaScript 30.1%Language:CSS 1.9%Language:Shell 1.8%Language:Batchfile 0.7%Language:HTML 0.3%