Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joakimteixeira/face-catcher-api
- Owner: JoakimTeixeira
- Created: 2020-07-04T22:18:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T19:14:23.000Z (about 2 months ago)
- Last Synced: 2024-11-07T20:23:24.962Z (about 2 months ago)
- Topics: api-rest, bcryptjs, clarifai-api, environment-variables, express, javascript, knex, nodejs, nodemon, postgresql
- Language: JavaScript
- Homepage:
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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