tsd-ms-session
v0.1.0
Published
tsd-ms-session is a microservice that handles sessions for TSD
Maintainers
Readme
tsd-ms-session
tsd-ms-session is a microservice that handles sessions for TSD.
Getting Started
Prerequisites
Before you begin, make sure you have the following installed:
Installation
Clone the repository:
git clone https://github.com/modesoventures/tsd-ms-session.gitInstall dependencies:
npm installCreate a .env.development file using the provided .env.sample file as a template.
Build the project:
npm run buildRun the project:
npm run start
