Skip to content

NitorCreations/hackathon-data-provider

Repository files navigation

Getting started

Start the API

Use either npm or yarn:

npm install
npm run generate
npm run start

Try it out

Using Visual Studio Code + REST Client plugin (humao.rest-client):

  • Open test.http
  • Run requests by pressing Ctrl + Alt + R

List of apis

They are in index.ts

Deploy stuff

Buidding OCI/docker image

docker build -t hackatchlon-data .

Starting image locally

docker run --name hackathlon-data -p 3000:3000 --rm hackathlon-data:latest

Stopping local image

docker stop hackathlon-data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published