https://github.com/smithg09/serverless-node-api
AWS Serverless Nodejs API , TypeScript And MongoDB.
https://github.com/smithg09/serverless-node-api
Last synced: 2 months ago
JSON representation
AWS Serverless Nodejs API , TypeScript And MongoDB.
- Host: GitHub
- URL: https://github.com/smithg09/serverless-node-api
- Owner: smithg09
- License: mit
- Created: 2020-12-31T04:12:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-04T06:29:15.000Z (over 3 years ago)
- Last Synced: 2025-02-08T01:51:35.215Z (4 months ago)
- Language: TypeScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Serverless AWS Node API with TypeScript And MongoDB
This is a REST API for AWS Lambda using Serverless framwork developed using Nodejs, TypeScript and MongoDB.
🐞 Bug Report
📢 Feature Request
## Start Server Locally
* ```npm install``` to install all dependencies.
* Execute ```npm run local``` to start serverless offline.```bash
serverless invoke local --function find
```## Deploy To AWS
```
$ npm run deploy
```## How to Test
Open Postman and send a HTTP request directly to the endpoint.
```
curl https://xxxxxxxxx.execute-api.us-east-1.amazonaws.com/dev/users
```## Developer
| [](https://smithgajjar.tech) |
|:-:|
| [](https://www.linkedin.com/in/smith-gajjar-5a27716b/) [](https://smithgajjar.tech) |## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE` for more information.