Skip to content

Marcelofj/OZmapTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OZmap Test

Generic badge Generic badge Generic badge Generic badge

API

Description

Back-end for OZmap challenge.

Routes

  • v1
    • GET: /api/v1/users
    • GET: /api/v1/users/id
    • POST: /api/v1/users
    • PATCH: /api/v1/users/id
    • DELETE: /api/v1/users/id
    • GET: /api/v1/regions
    • GET: /api/v1/regions/id
    • POST: /api/v1/regions
    • PATCH: /api/v1/regions/id
    • DELETE: /api/v1/regions/id
    • POST: /api/v1/regions/point
    • POST: /api/v1/regions/near-point

Tech Stack

External Services

  • OpenCage

Variables Local

Variables local used for running and debugging the application

HOSTNAME=localhost
PORT=3000
ENV=development
MONGO_DBNAME=OZMap
MONGO_URI=<mongo/docker/connection/uri>
OPENCAGE_API_KEY=<opencage/api/key>

Run Application

cd api/
yarn
yarn dev

Run Tests

yarn test

Run Swagger

http://localhost:3000/api/v1/docs/

APP

Description

Front-end for OZmap challenge.

Tech Stack

Run Application

cd app/
yarn
yarn dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published