Skip to content

A project that makes use of a Typescript back end and a Flutter web front end to consume the Jira API in order to visualize and interact with issues.

License

Notifications You must be signed in to change notification settings

LucasVinicius314/jira-api

Repository files navigation

jira-api

About

A project that makes use of a Typescript back end and a Flutter web front end to consume the Jira API in order to visualize and interact with issues.

Build & run

Both the back end and the front end have their respective launch configuration files inside their own .vscode folders.

Don't forget to set up your own .env config file for the back end, using the .env.example as an example.

Configuration

PORT             => the port that the back end will be running on
DATABASE_URL     => your PostgreSQL connection string
SECRET           => the secret that will be used to sign JWTs
MASTER_KEY       => the security key that's needed to grant the user creation permission
NODE_ENV         => the node's environment mode

Environment

About

A project that makes use of a Typescript back end and a Flutter web front end to consume the Jira API in order to visualize and interact with issues.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published