Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulGopathi authored Jun 6, 2024
1 parent 5dd65eb commit deee213
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# Cab Management System
# Container as a Service (CaaS) User Interface

An application with react and django for cab management system
This project provides a user-friendly interface for Container as a Service (CaaS), leveraging Kubernetes (K8s) APIs to perform CRUD operations on resources. The aim of the project is to make bare metal resources accessible to everyone in the form of containers.

## Project Goals:

- **Accessibility:** Offer bare metal resources as containers using Kubernetes under the hood.
- **User-Friendly Deployment:** Allow users without container knowledge to deploy their static sites directly from GitHub/GitLab.
- **Advanced Container Management:** Enable users with container knowledge to manage and experiment with containers.

Whether you are a beginner looking to deploy a static site or an experienced developer wanting to play with containers, this project simplifies the process and empowers you to harness the power of Kubernetes.

## Steps to run locally

- Clone this repository and launch code:
```
git clone https://github.com/RahulGopathi/Cab-Management-System.git
cd Cab-Management-System
git clone https://github.com/RahulGopathi/IITJ-CaaS.git
cd IITJ-CaaS
code .
```
Expand Down

0 comments on commit deee213

Please sign in to comment.