Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

igplaner-back-dev

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

igplaner-back-dev

Backend for the IGPlaner Application based on MongoDB

  • 1.1.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

IGPlaner Backend

IGPlaner backend is the backend for a School System called IGPlaner.

Installation

Use the package manager npm to install igplaner-back-dev.

In local folder:

npm install --unsafe-perm igplaner-back-dev

Globally:

npm install -g --unsafe-perm igplaner-back-dev

This package requires a mongodb installation.

###Autostart

If you are using systemd, you can use this script:




Usage

The package is managed by environment variables:

"PORT": "<Port of the backend, default 3000>",
"MONGODB_USER": "<User of your mongodb>",
"MONGODB_PASSWORD": "<Password of the user>",
"MONGODB_HOST": "<Mongodb host, default localhost>",
"MONGODB_PORT": "<Mongodb port, default 27017>",
"MONGODB_DB": "<Mongodb database>",
"JSON_WEB_TOKEN_KEY": "<some random string for generating json web tokens>"

###Starting and stopping

Global installation:

igplaner-dev-cli start                          //starting
igplaner-dev-cli stop                           //stopping

Local installation:

./node_modules/.bin/igplaner-dev-cli start      //starting
./node_modules/.bin/igplaner-dev-cli stop       //stopping

Contributing

Pull requests are welcome.

License

CC BY-NC-ND

Keywords

FAQs

Package last updated on 16 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc