Skip to content

Coin-Delta/secure-circle-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

circle-secure-backend

Features

  • No transpilers, just vanilla javascript

  • ES2017 latest features like Async/Await

  • CORS enabled

  • Uses pnpm

  • Express + MongoDB (Mongoose)

  • Consistent coding styles with editorconfig

  • Docker support

  • Uses helmet to set some HTTP headers for security

  • Load environment variables from .env files with dotenv

  • Gzip compression with compression

  • Linting with eslint

  • Logging with morgan

  • Authentication and Authorization with aws cognito

Requirements

Getting Started

Install dependencies:

pnpm install

Set environment variables:

cp .env.example .env
  • Set your Mongo cluster uri
  • set your AWS configurations

Running Locally

pnpm run dev

Running in Production

pnpm run prod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published