Skip to content

neopexrl/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Todo Application

This is a simple Todo application deployed to Render.com. The application consists of:

  • Frontend (React)
  • Backend (Node.js/Express)
  • PostgreSQL Database

Prerequisites

  • Docker
  • Docker Compose
  • Git

Project Structure

.
├── frontend/           # React frontend application
├── backend/           # Node.js backend application
├── prepare-app.sh     # Script to prepare and deploy the application
├── remove-app.sh      # Script to remove the application
└── docker-compose.yml # Docker Compose configuration

Setup and Deployment

  1. Clone the repository
  2. Make the scripts executable:
    chmod +x prepare-app.sh remove-app.sh
  3. Run the prepare script:
    ./prepare-app.sh

Removing the Application

To remove the application and all associated services:

./remove-app.sh

Features

  • HTTPS enabled by default (provided by Render.com)
  • Automatic container restart on failure
  • Persistent data storage using PostgreSQL
  • Multi-container architecture
  • Automated deployment scripts # test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published