An open API service indexing awesome lists of open source software.

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! :)

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.