Skip to content

joseallona/rh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rh

Altcha

Altcha App

This is an Altcha application ready for deployment on OpenShift.

Project Structure

altcha-app/
├── package.json          # Project dependencies and scripts
├── server.js            # Express server setup
├── public/              # Static files
│   ├── index.html      # Main HTML page
│   ├── style.css       # Styles
│   └── app.js          # Client-side JavaScript
└── README.md           # This file

Development

  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev

The application will be available at http://localhost:8080

OpenShift Deployment

This application is configured for deployment on OpenShift. Key features:

  • Listens on port 8080 (OpenShift requirement)
  • Has a health check endpoint at /api/health
  • Static file serving configured
  • CORS enabled

Follow the deployment guide in the _assets folder for detailed deployment instructions.

About

Altcha

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published