Skip to content

Latest commit

 

History

History
91 lines (59 loc) · 2.19 KB

README.md

File metadata and controls

91 lines (59 loc) · 2.19 KB

wallet-app

Simple wallet-app project

Getting Started

git clone https://github.com/edhiuchiha/wallet-app.git
cd wallet-app

Installing

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.

Alt text

Swagger Documentations

To show swagger API documentations, you can type this on web browser.

http://localhost:3000/api-docs

Alt text

You can test to run the applications with that swagger documentations.

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • Dropwizard - The web framework used
  • Maven - Dependency Management
  • ROME - Used to generate RSS Feeds

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc