chutiphon-k / accident-thai-visualize-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accident Thai Visualize Api

Pre-reqs

To build and run this app locally you will need a few things:

Getting started

  • Clone the repository
git clone https://github.com/chutiphon-k/accident-thai-visualize-api
  • Install dependencies
cd <project_name>
yarn install

Enviroment

For development

copy .env.example to .env file

Swagger

The OpenAPI (Swagger) specification is a powerful definition format to describe RESTful APIs

Swagger Image

yarn dev
open http://localhost:<port>/api

Add dataset to DB

  • Add dataset file to folder temp and reanme to dataset.csv
  • Send request to POST /datasets (Can send request by Swagger Ui)

License

Nest is MIT licensed.

About

License:MIT License


Languages

Language:JavaScript 99.4%Language:Shell 0.6%