Topic Modelling API Server

Web API Server for Topic modelling web app.

Tech Used

  • Node
  • Express
  • Typescript
  • MongoDB

Getting Started

1) Clone the repository, install node packages and verify routes locally

2) create a copy of .env.sample named .env and replace the environment variables to match your development environment.

3) Install packages

npm install

or

yarn

4) run the app in development mode

npm run dev

or

yarn dev