Coder Social home page Coder Social logo

firestar-backend's Introduction

Barefoot Nomad - Making company travel and accomodation easy and convinient.

Vision

Make company global travel and accommodation easy and convenient for the strong workforce of savvy members of staff, by leveraging the modern web.

Build Status Coverage Status

API DOCUMENTATION

Endpoint Documentation

HOW TO USE THE DOTENV PACKAGE TO SET AND GET ENVIRONMENT VARIABLES

TO SETUP EVIRONMENTAL VARIABLES FOLLOW THE STEPS BELOW
    - Ensure all dependencies are installed by running the command `npm install` in the terminal
    - Create files `.env, .env.example` in the root of the project. 
    - Enter your variable name(UPPERCASE) in the following format in the `.env` file
        `ENVIRONMENT_VARIABLE_NAME=value`
    - Enter only your variable name(UPPERCASE) and assignment operator in `.env.example` file 
        ENVIRONMENT_VARIABLE_NAME=
    - Ensure not to put in values in the .env.example file, as this will be made public

TO RETRIEVE EVIRONMENTAL VARIABLES FOLLOW THE STEPS BELOW
    To use access the value in an environment variable, simply use the syntax `proces.env.<ENVIRONMENT_VARIABLE_NAME>` to retrieve the value of that variable
    Example process.env.secret

firestar-backend's People

Contributors

api-imperfect avatar conquext avatar dewaleolaoye avatar dolapo47 avatar marusoft avatar ola357 avatar olawalejoseph avatar rovilay avatar wahabtobibello avatar zanio avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.