An open API service indexing awesome lists of open source software.

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.

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)