Skip to content

psancheti110/recommender-portal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recommender System IIIT-H

  • Pydantic-based models
  • Fast

Installation

cp -rv env.example .env  # populate with your own values
docker-compose up -d

(Note: read up on resources mentioned on Slack for debugging help)

Routes

Static files

The nginx service serves both static files from the front and backend.

Add staticfiles for

  • frontend: to the rollup build process OR to frontend/dist/
  • backend: to backend/static

API

The backend service is to be accessed from the frontend using /api prefix.

Thus any backend routes are now /api/route-to-be-accessed. Because of this, the API docs are hosted at /api/docs.

DB Interface

For easy debugging purposes, there is an express mongodb interface provided at /db_interface/.

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 61.8%
  • Python 23.9%
  • Vue 7.9%
  • Dockerfile 3.1%
  • HTML 1.7%
  • Shell 1.6%