Web API Server for Topic modelling web app.
- Node
- Express
- Typescript
- MongoDB
2) create a copy of .env.sample
named .env
and replace the environment variables to match your development environment.
npm install
or
yarn
npm run dev
or
yarn dev