Skip to content

comikart/ComikartAPI

Repository files navigation

Comikart API

API Documentation | Database Diagram

CircleCI codecov

Requirements

  • .env file is required for loading up environement variables.
    • SECRET - random hash
    • SALT_ROUNDS - set the salt rounds for passwords
    • TAXJAR_API_KEY - api key for getting tax query

** must have a postgres database running and connected before running the knex commands! **

npm install
npm knex migrate:latest
npm knex seed:run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors