Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T13:31:12.000Z (about 2 years ago)
- Last Synced: 2024-10-26T07:25:51.218Z (3 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
![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge&logo=express&logoColor=%2361DAFB)
![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)Node.js 웹 애플리케이션 프레임워크인 Express 이용한 간단한 restFul Api 예제 소스 입니다.
## Installation
![NPM](https://img.shields.io/badge/NPM-%23000000.svg?style=for-the-badge&logo=npm&logoColor=white)
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/)