Simple wallet-app project
git clone https://github.com/edhiuchiha/wallet-app.git
cd wallet-app
Install the dependencies with npm command bellow :
npm install --save
Create file .env and copy source code from .env.example, make sure that database is exist and the configuration is valid. Then running application with command bellow.
npm run start:dev
If application successfully running, then command will show log like this.
To show swagger API documentations, you can type this on web browser.
http://localhost:3000/api-docs
You can test to run the applications with that swagger documentations.
Explain how to run the automated tests for this system
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
- Dropwizard - The web framework used
- Maven - Dependency Management
- ROME - Used to generate RSS Feeds
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- @edhi.uchiha - Initial work - PurpleBooth
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc