https://github.com/dongju-na/express-restfulapi-server
express-restfulApi-Server Sample
https://github.com/dongju-na/express-restfulapi-server
cors express javascript nodejs proxy
Last synced: 2 months ago
JSON representation
express-restfulApi-Server Sample
- Host: GitHub
- URL: https://github.com/dongju-na/express-restfulapi-server
- Owner: DongJu-Na
- License: mit
- Created: 2023-01-09T14:11:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T13:31:12.000Z (over 2 years ago)
- Last Synced: 2025-02-06T10:31:33.751Z (4 months ago)
- Topics: cors, express, javascript, nodejs, proxy
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# express-restfulApi-Server

Node.js 웹 애플리케이션 프레임워크인 Express 이용한 간단한 restFul Api 예제 소스 입니다.
## Installation

Use the package manager [npm](https://www.npmjs.com/) to install project dependencies library.```bash
npm install
```## how to start?
```bash
npm start```
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)