mgiatti / dev-radar-backend

Application based on Omnistack 10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev-radar

Application based on Omnistack 10

  • The main technologies used are : Nodejs , React and React Native
  • This repository covers backend only.
    For the frontend part please access - dev-radar-frontend
    For the mobile part please access - dev-radar-mobile

important

to get things work you should create a .env file in the root of your project with the following parameters:

  • DB_ADMIN_USERNAME - database user name
  • DB_ADMIN_PASSWORD - database admin password
  • DB_NAME - database name
  • DB_HOST - database host
  • DB_PORT - database port (not used in URI connection)
  • DB_PREFIX - database prefix
  • GITHUB_API - github api url - default https://api.github.com
  • LISTEN_PORT - port to be listen to the webservice

For more info please check dotenv - https://www.npmjs.com/package/dotenv

About

Application based on Omnistack 10


Languages

Language:JavaScript 100.0%