Skip to content

Jan-23-Liftoff-KC/Team_ChatGPT_BackEnd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KC Business

Work in Progress

Setup

  1. Create a new database and set up a database user for it.

    • You can use the command line or a GUI tool like MySQL Workbench to create the database and user.
  2. Set up the following environment variables:

    • DB_URL - The URL of the database to connect to, including the port number and database name (e.g. jdbc:mysql://localhost:3306/kcbusiness)
    • DB_USERNAME - The username of the database user you created in step 1
    • DB_PASSWORD - The password of the database user you created in step 1
    • JWT_SECRET - A secret string that will be used to sign JWTs. For example, jwtsecretkey#123
    • You can set these variables in different ways, depending on your Operating System and shell, like in Windows you can use set command, in Linux you can use export command.
    • Alternatively, for development you may be able to set up the environment variables using your IDE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 99.6%
  • HTML 0.4%