command
module
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Apr 3, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Choreflow API
Documentation & Testing API
Live API available at: http://139.59.161.227:3211/choreflow/api/v1/swagger/ui
Run the API Locally
Prerequisites
Install Dependencies
Navigate to the project direcotory and run the following command:
go mod tidy
Create Database
- Run/source/import the sql file at
db/chores_mgt.sql on your sql database.
- Update your environment variables to reflect your sql configuration.
List of environment variables to create:
DBAPIHOST: MYSQL host (e.g. localhost).
DBAPIPORT: MYSQL port (e.g. 3306).
DBAPIUSER: MYSQL user that has access to the database.
DBAPIPASS: MYSQL user password.
DBAPINAME: Must be chores_mgt.
Run Project
Navigate to the project directory and run the command below:
go run .
Visit http://localhost:3211/choreflow/api/v1/swagger/ui to test the api.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.