Personalized digital expense manager that lets monitor personal transactions and the statistics of it.
To run this application, follow these steps:
- Clone the repository:
git clone https://github.com/ibrahimm02/eLedger
cd eLedger
- 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
- Build the Docker image:
docker build -t eledger .
- 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 pull ibrahimm02/eledger:0.0.1
Contributions are always welcome! If you find any issues or want to add new features, feel free to submit a pull request.
This project is licensed under the MIT License. For more information, see the LICENSE file.