https://github.com/ngodingbang/rwid-expressjs
Learn to build an Node.js backend application using Express.js.
https://github.com/ngodingbang/rwid-expressjs
Last synced: 4 months ago
JSON representation
Learn to build an Node.js backend application using Express.js.
- Host: GitHub
- URL: https://github.com/ngodingbang/rwid-expressjs
- Owner: ngodingbang
- License: mit
- Created: 2023-06-25T06:54:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T05:56:52.000Z (about 2 years ago)
- Last Synced: 2025-01-07T22:52:27.817Z (over 1 year ago)
- Language: HTML
- Size: 685 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RWID Express.js
Learn to build a Node.js backend application using Express.js.
## Requirement
- Node.js ^18.17.1
## Instalation
You can install the project by clone it via GitHub :
```bash
git clone https://github.com/ngodingbang/rwid-expressjs.git
npm install
```
## Running in Development Environment
You can run this application lively by running this script :
```bash
npm run dev
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
## Credits
| Role | Name |
| ------ | -------------------------------------------------------- |
| Author | [Septianata Rizky Pratama](https://github.com/ianriizky) |