Skip to content

cepdnaclk/itportal-backend-express

 
 

Repository files navigation

Intelligent Training Portal - Backend

This is the backend for Intelligent Training Portal (ITPORTAL)
You'll need the frontend implementation for ITPORTAL for complete functionality.

Get the ITPORTAL frontend implementation using Vue.js at github.com/imadx/itportal-vuepack.

Installation

Install the dependencies

$ npm install

Make sure you have MongoDB installed and the NODE_ENV environment variable is to DEVELOPMENT. Otherwise the server will try to connect to the online database.

$ export NODE_ENV="DEVELOPMENT" 

or on windows

set NODE_ENV=DEVELOPMENT

Start the server

$ npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.6%
  • HTML 10.2%
  • Python 4.2%