Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 6, 2024
1 parent 9868c10 commit 3cf239d
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions blockchain_integration/PiSure/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# PiSure

PiSure is a decentralized insurance platform built using Node.js, PostgreSQL, and MongoDB.

## Getting Started

### Prerequisites

* Docker installed on your system
* Node.js installed on your system (optional)

### Running the Application

1. Clone the repository: `git clone https://github.com/KOSASIH/pi-nexus-autonomous-banking-network/new/main/blockchain_integration/PiSure.git`
2. Change into the repository directory: `cd pi-sure`
3. Build and start the application: `docker-compose up`
4. Access the application at: `http://localhost:3000`

### Development

1. Install dependencies: `npm install`
2. Start the application: `npm start`
3. Access the application at: `http://localhost:3000`

### Docker Compose

The `docker-compose.yml` file is used to define the services and their configurations. The services include:

* `app`: The Node.js application
* `db`: The PostgreSQL database
* `mongo`: The MongoDB database

### Dockerfile

The `Dockerfile` is used to build the Docker image for the Node.js application. It installs the dependencies, copies the code, and sets up the environment.

## Contributing

Contributions are welcome! Please submit a pull request with your changes and a brief description of what you've added or fixed.

## License

PiSure is licensed under the MIT License. See [LICENSE](LICENSE) for details.

0 comments on commit 3cf239d

Please sign in to comment.