/coronago-api

backend for corona go app

Primary LanguageJavaScript

Go Corona App Backend

API Resources

Components

  • Indian Stats API
  • News API
  • Twitter Bot

Contributors

How to?

  • Install dependencies

    npm i

  • Run app

    • Make a .env file from .env.sample in root folder

      touch .env

    • Install dependencies

      npm i

    • Run node app

      node ./bin/www or npm start

    • The app runs on port 3000 by default, you can change it in .env file by changing the value of PORT

    • The app will be accessible in your browser http://localhost:<port>, you will get the following response

      {  
          code: 0,  
          message: "Welcome to corona-go app!"  
      }
      

Endpoints

Indian Stats API

News API

Twitter Bot