https://github.com/hasimy-as/easy-lend
APP IS DEPRECATED. I will resume working on this project soon. In the meantime if you want to contribute, feel free to fork the project and contact me! :)
https://github.com/hasimy-as/easy-lend
easylend-api-service hacktoberfest loan-applications loan-payments
Last synced: 2 months ago
JSON representation
APP IS DEPRECATED. I will resume working on this project soon. In the meantime if you want to contribute, feel free to fork the project and contact me! :)
- Host: GitHub
- URL: https://github.com/hasimy-as/easy-lend
- Owner: hasimy-as
- License: gpl-3.0
- Created: 2021-07-07T15:08:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T15:22:30.000Z (almost 4 years ago)
- Last Synced: 2025-02-04T14:50:14.955Z (4 months ago)
- Topics: easylend-api-service, hacktoberfest, loan-applications, loan-payments
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EasyLend
EasyLend application for PermataYouthPreneur Final by Permata Bank and Arkademy
### Prerequisites
What things you need to install the software and how to install them
```
Give examples
Node.js
Node Package Manager
....
```### Installing
A step by step series of examples that tell you have to get a development env running
Say what the step will be
- Create ENV file (.env) with this configuration:
```
PORT=
BASIC_AUTH_USERNAME=
BASIC_AUTH_PASSWORD=
PUBLIC_KEY_PATH=
PRIVATE_KEY_PATH=
DSN_SENTRY_URL=
MONGO_DATABASE_URL=
```
- Then run this command
```
Give the example
...
$ npm install
$ npm start
```### Running the tests
Explain how to run the automated tests for this system
```sh
Give the example
...
$ npm test
```### And coding style tests
Explain source code formatting for this project
```sh
$ npm run lint
```
To fix simple error code format, run this command
```sh
$ npm run lint:fix
```### Deployment
Add additional notes about how to deploy this on a live system
### Built With
* [Express] The rest framework used
* [Npm] - Dependency Management
* [React Native] - For mobile app development### Maintainer
* **Members of Agree** - *Initial work* - [Gitlab](https://gitlab.playcourt.id/agree-hasimy/easy-lend)
### License
This project is licensed under Telkom Indonesia License - see the [LICENSE.md](LICENSE.md) file for details
### Acknowledgments
* For sample file README.md, see [WIKI](https://gitlab.playcourt.id/telkomdev/codebase-backend/wikis/Readme.md-Sample) in this repository.