joeyworld / user-api-dynamodb-typescript

Sample user api implemented with express & typescript, saved to AWS DynamoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

user-api-dynamodb-typescript

Sample user api implemented with express & typescript, saved to AWS DynamoDB b

Run on Local

Make sure your local machine has AWS DynamoDB installed and credentials via credentials provided!

  1. Clone this repository
$ git clone https://github.com/gyukebox/user-api-dynamodb-typescript
  1. Install modules via npm or yarn
$ npm install
$ yarn install
  1. Start local server
$ npm run build && npm start

Run remote instance

// TODO set deployment environment & deploy & specify url Send request to (URL) via curL, or other http request library.

API Reference

Wiki

About

Sample user api implemented with express & typescript, saved to AWS DynamoDB

License:MIT License