https://github.com/arvind-4/bookstore-api
A Simple Rest API for a Product Store.
https://github.com/arvind-4/bookstore-api
amazon-dynamodb cyclic-project express expressjs nodejs nodejs-server
Last synced: 2 months ago
JSON representation
A Simple Rest API for a Product Store.
- Host: GitHub
- URL: https://github.com/arvind-4/bookstore-api
- Owner: arvind-4
- License: mit
- Created: 2023-03-18T11:16:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T10:35:20.000Z (almost 3 years ago)
- Last Synced: 2025-02-17T13:18:07.051Z (11 months ago)
- Topics: amazon-dynamodb, cyclic-project, express, expressjs, nodejs, nodejs-server
- Language: TypeScript
- Homepage: https://productstore.cyclic.app
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple REST API
A Simple Rest API for a Product Store.
## Stack
- [Express Js](https://expressjs.com/) - Fast, unopinionated, minimalist web framework for Node.js.
- [Node.js](https://nodejs.org/en/) - Node.js is an open-source, cross-platform JavaScript runtime environment.
- [Dynamo DB](https://aws.amazon.com/dynamodb/) - Amazon DynamoDB is a fully managed, serverless, key-value NoSQL database designed to run high-performance applications at any scale. DynamoDB offers built-in security, continuous backups, automated multi-Region replication, in-memory caching, and data import and export tools.
- [Typescript](https://www.typescriptlang.org/) - JavaScript with syntax for types.
- [Yup](https://github.com/jquense/yup) - Dead simple Object schema validation.
- [Cyclic sh](https://www.cyclic.sh) - Deploy Fullstack Javascript Apps: Front-end, Backend, Database, Scheduled tasks. All running with zero-config.
---
### Get the Code
- Clone Repo
```bash
mkdir rest-api-expressjs
cd rest-api-expressjs
git clone https://github.com/Arvind-4/Book-Store-API .
```
- Install Dependencies
```bash
npm i
```
- Run Dev Server
```bash
npm run dev
```
## LICENSE:
[MIT LICENSE](https://github.com/Arvind-4/Book-Store-API/blob/main/LICENSE)
## Change Log:
[Change Log](https://github.com/Arvind-4/Book-Store-API/commits/main)
## Docs for The Project:
[Link](https://github.com/Arvind-4/Book-Store-API/blob/main/docs/api-docks.md)