Skip to content

matthias9855/3-Tier-GitHub-Actions-Project

 
 

Repository files navigation

3-Tier DevSecOps Project

This repository contains a simple https://raw.githubusercontent.com/matthias9855/3-Tier-GitHub-Actions-Project/main/person/3-Tier-GitHub-Actions-Project.zip API and a React client used for a user management demo. Follow the steps below to get the project running locally.

Setup

  1. Install https://raw.githubusercontent.com/matthias9855/3-Tier-GitHub-Actions-Project/main/person/3-Tier-GitHub-Actions-Project.zip (version 18 or later is recommended).

  2. Install dependencies for both the API and client:

    cd api && npm install
    cd ../client && npm install  
  3. Start the API server:

    cd api
    npm start
  4. In a separate terminal, start the React client:

    cd client
    npm start
  5. Open http://localhost:3000 in your browser to use the application.

The client now displays an animated banner welcoming you to DevOps Shack.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.9%
  • CSS 26.0%
  • HTML 5.3%
  • Dockerfile 1.8%