EasyLend application for PermataYouthPreneur Final by Permata Bank and Arkademy
What things you need to install the software and how to install them
Give examples
Node.js
Node Package Manager
....
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
Explain how to run the automated tests for this system
Give the example
...
$ npm test
Explain source code formatting for this project
$ npm run lint
To fix simple error code format, run this command
$ npm run lint:fix
Add additional notes about how to deploy this on a live system
- [Express] The rest framework used
- [Npm] - Dependency Management
- [React Native] - For mobile app development
- Members of Agree - Initial work - Gitlab
This project is licensed under Telkom Indonesia License - see the LICENSE.md file for details
- For sample file README.md, see WIKI in this repository.