Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 910 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 910 Bytes

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