Skip to content

API for Locus mobile app. Uses Clarifai api for image recognition to auto-generate image tags and deals with all business logic for the app

Notifications You must be signed in to change notification settings

edison-cy-yang/locus-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Locus

Getting Started

  1. Create the .env by using .env.example as a reference: cp .env.example .env For the environment variables, you will need:
    • Postgres SQL, you can run it locally or set up any cloud Postgres database
    • Clarifai API key, get one at https://www.clarifai.com/
  2. Install dependencies: npm i
  3. To reset database: npm run db:reset
  4. Run the server: npm run local
  5. Visit http://localhost:8080/

Dependencies

  • Node 10.x or above
  • NPM 5.x or above
  • PG 6.x

About

API for Locus mobile app. Uses Clarifai api for image recognition to auto-generate image tags and deals with all business logic for the app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TSQL 71.8%
  • JavaScript 28.2%