Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dijiadeyemo/data-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Management Application

Running the application

Running the application is extremely simple

  • Make sure docker is installed on the host machine.
  • Clone the repository
  • Navigame to the root directory of the repository
  • Run docker-compose up
  • The frontend, backend and database containers are automatically built and started
  • The frontend can be accessed on http://localhost:8080
  • The backend can be accessed on http://localhost:3000

Running tests

Backend

  • Navigate to either the backend direcotry
  • Run npm install to install dependencies
  • Run npm run test to run tests

Frontend

  • Navigate to either the backend direcotry
  • Run npm install to install dependencies
  • Run npm run test to run tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published