Skip to content

A GBGW UI application that utilizes a React UI with an express API and MySQL database.

Notifications You must be signed in to change notification settings

rmkane/gbgw-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Installation of the software requires an installation of Node JS.

Server

The server is built using npm. It utilizes express for the REST API and mysql with sequalize for the database access layer.

cd server
npm install

Client

The client is built using yarn and it utilizes react for the UI and works with the server API to issue CRUD operations.

cd client
yarn install

Starting

It is recommended that the client and server is started in separate terminals.

Server

cd server
npm start

Client

cd client
yarn start

Running

The API will run on port 8080 and the UI is available on port 8081.

Server

http://localhost:8080/api/tutorials

Client

http://localhost:8081/tutorials

About

A GBGW UI application that utilizes a React UI with an express API and MySQL database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published