Skip to content

afqvault/afqvaultwebapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Built on:

Run

Example of commands to run locally to start:

$ cd dockereve-master/
$ docker-compose build
$ docker-compose up -d
$ curl -i -H "Content-Type: application/json" http://localhost/api/v1/T1w

Swagger API documentation available at http://localhost/docs.

Environment variables in Docker

To properly run the file dockereve-master/.env needs to be populated the following are the default values:

MONGODB_HOST=mongodb
MONGODB_PORT=27017

API_TOKEN=<secret_token>
API_URL=http://localhost/docs/api

If docker is running natively these values should work, otherwise API_URL may need to be updated from localhost accordingly.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 40.0%
  • JavaScript 30.6%
  • Vue 28.2%
  • HTML 1.1%
  • Shell 0.1%