Skip to content

ComputerScienceHouse/DEaDASS-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEaDASS UI

Database Execution and Deletion Administrative Self Service

DEaDASS is a database management system to allow automated creation and deletion of various database instances, as well as eventually replicating and replacing the functionality of phpMyAdmin and phpPgAdmin. It is written in Java with Spring.

This repository hosts the DEaDASS UI, the backend may be found here.

Local Development

You're going to need node and ideally use nvm.

Setup with nvm

nvm install
nvm use
npm install

Set up API

By default the application will try to make calls against the production DEaDASS API. If you need to test against a local backend, you're going to need to override the environment variables

cp .env .env.local

Edit REACT_APP_API_ROUTE to point to http://localhost:8080

About

Database Execution and Deletion Administration Self Service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •