Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joakimteixeira/face-catcher-api

API REST for "Face Catcher" application
https://github.com/joakimteixeira/face-catcher-api

api-rest bcryptjs clarifai-api environment-variables express javascript knex nodejs nodemon postgresql

Last synced: about 2 months ago
JSON representation

API REST for "Face Catcher" application

Awesome Lists containing this project

README

        

# Face Catcher API

REST API for "Face Catcher" web application

## Running the Project

To get started, fork the repository, clone it, rename the file ".env-example" to ".env" and fill in information about your MongoDB cluster.

Then, run the following commands:

npm install
npm run start:dev