Skip to content

chrismipi/api-crud

Repository files navigation

API-CRUD

CircleCI License

About API-CRUD

Example .env file needed by the Application

# environment
APP_ENV=dev

# db details
DB_HOST=localhost
DB_PORT=5432
DB_NAME=test_db
DB_USERNAME=test_user
DB_PASSWORD=test_password

# file used for storing db configs and details
DB_FILE_PATH=db_detail.json

About

Database crud made easy, exposed on as RESTAPI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published