Skip to content

ali-furkan/earthquake

Repository files navigation

Earthquake API

First of all, this repo is a Kandilli wrapper api. This repo has no commercial meaning. It just increases accessibility for web services.

Project developed with Nest.js. Sample publish project here

Also You can deploy with Heroku.

Deploy

📦 Setup

  • First, Check your machine has nodejs. You can download here
  • Clone this project
    git clone https://github.com/ali-furkqn/earthquake
    cd earthquake
  • Download the project dependencies
    npm install
  • Copy env.example and paste it as .env fill the fields ( You can also skip this step )
  • Finally you can start the project
    • To start as development mode: npm run start:dev
    • To start as production mode:
      • Build the project: npm run build
      • Start the project: npm run start:prod

Note: You can also run with Docker if you know docker

LICENSE

This repo licensed under the MIT license