Skip to content

sitechtimes/techtimes-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

techtimes-api

Typescript-Express API powering the TechTimes website ๐Ÿš€

Setup

  1. Clone the repository
git clone https://github.com/sitechtimes/techtimes-api
  1. Create a dotenv file
JWT_KEY=[INSERT DEV JWT_KEY HERE]
MONGO_URI=[INSERT DEV MONGO_URI HERE]
EMAIL_USER=[INSERT DEV EMAIL_USER HERE]
EMAIL_PASSWORD=[INSERT DEV EMAIL_PASSWORD HERE]
URL=[INSERT URL OF SITECHTIMES CMS HERE]
  1. Install dependencies for all services
bash scripts/npm-install.sh
  1. Install mongodb community edition and start running a local instance
mongo // when connecting to uri remove compressors=disabled
  1. Install sls-multi-gateways
npm install -g sls-multi-gateways
  1. Start running the services using sls-multi-gateways
sls-multi-gateways

About

Typescript-Express API Tech Times API ๐Ÿš€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •