Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.16 KB

README.md

File metadata and controls

58 lines (39 loc) · 1.16 KB

eLedger

Personalized digital expense manager that lets monitor personal transactions and the statistics of it.

Run

To run this application, follow these steps:

  1. Clone the repository:
git clone https://github.com/ibrahimm02/eLedger
cd eLedger
  1. Create a .env file with the following contents:
DB_HOST=HOST 		// localhost  or  cloudDB  endpoint
DB_DATABASE=DBNAME 	// eledgerdb
DB_USER=DBUSERNAME 	// username
DB_PASS=DBPASSWORD 	// password
DB_PORT=DBPORT 		// 3306

Replace the DB_HOST, DB_DATABASE, DB_USER, DB_PASS and DB_PORT with your database details

  1. Build the Docker image:
docker build -t eledger .
  1. Run the Docker container:
docker run -p 8080:8080 eledger

The application should now be running and can be accessed at http://localhost:8080

Check running containers using

docker ps

Docker Repository

docker pull ibrahimm02/eledger:0.0.1

Contributing

Contributions are always welcome! If you find any issues or want to add new features, feel free to submit a pull request.

License

This project is licensed under the MIT License. For more information, see the LICENSE file.