RhysMalyon / digital-nomad-cafes-api

Node.js and TypeScript API to handle HTTP requests to AWS RDS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Digital Nomad Cafes API

Starting the project

  • Run npm install to install dependencies
  • Create .env in the root folder and copy the contents of .env.local
  • Change .env values as required
  • Run npm run build to create ./dist folder
  • Start project with npm run start or VS Code debug tool

Overview

Express based API built in TypeScript, connecting to the Digital Nomad Cafes database hosted on AWS RDS service.

About

Node.js and TypeScript API to handle HTTP requests to AWS RDS


Languages

Language:TypeScript 100.0%