DamuDoc Platform BackEnd

Features:

  • JWT Authentication
  • Definition of entities and relationships using AI (Azure Cognitive Service)
  • Cloud storage of pdf files (Cloudinary)
  • Auto translation of Russian texts for AI (Google Translate)

Getting Started

Prerequisites

Installing

# Get the latest snapshot
git clone https://github.com/Bioneisme/terricon_hackathon_backend.git
# Change directory
cd terricon_hackathon_backend
# Install dependencies
npm install

Create an .env file locally. You can duplicate .env.example and name the new copy .env. Adapt the variables to your needs.

# After setting up .env start app
npm run start