This Project is used to create codebase backend
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 testExplain source code formatting for this project
$ npm run lintTo fix simple error code format, run this command
$ npm run lint:fixAdd additional notes about how to deploy this on a live system
- [Restify] The rest framework used
- [Npm] - Dependency Management
- [Docker] - Container Management
- TelkomDev - 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.# test-connecting-ssh