Skip to content

tattle-made/archive-server

Repository files navigation

deploy-staging deploy-production

Pre requisite

typescript

to start the dev server run :

Start a redis server. The job queue depends on it. docker run -d -p 6379:6379 --name tattle-job-queue redis npm run start-dev

Production

Start a redis server. The job queue depends on it. docker run -d -p 6379:6379 --name tattle-job-queue redis

npm run build forever start build/index.js

Convention

We use camelCase for variables within the code for parameter names coming from APIs for column names in sql db

...

Development archive-server-dev.tattle.co.in archive-staging.ap-south-1.elasticbeanstalk.com.

Production archive-server.tattle.co.in archive-live.ap-south-1.elasticbeanstalk.com

About

Gateway Server for all tattle services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published