Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an API built with Flask. It contains information on companion characters in the game Baldur's Gate 3.

How to Run

  1. Clone this repo: git clone git@github.com:lanxeyu/flask_api.git
  2. In the project folder, create a .flaskenv (or .env if .flaskenv is not recognized) file and specify the following parameters within the file:
    FLASK_APP=app
    FLASK_DEBUG=1
    DB_URL=database URL of your choice
  3. Open a terminal in the project folder and enter: pip install pipenv
  4. Install dependencies: pipenv install
  5. Initialize database: pipenv run seed
  6. Start the API: pipenv run dev
  7. Access the API on localhost:5000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages