Skip to content

rajchandra3/coronago-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

backend for corona go app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published