Skip to content

karlrobeck/gamedle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gamedle API

This repository contains a Python API using Pipenv and Uvicorn.

This system is under development contact [email protected] to gain access to the repository

Usage

Follow these steps to set up and run the API:

Clone the Repository

git clone https://github.com/karlrobeck/gamedle.git
cd gamedle

Install Dependencies

Make sure you have pipenv installed. If not, you can install it using pip:

pip install pipenv

or

python -m pip install pipenv

Then install the project dependencies using pipenv:

pipenv install

Activate the Virtual Environment

pipenv shell

Navigate to the API Directory

cd api

Run the API

Use Uvicorn to start the API. Replace main with the appropriate module and app with the application instance.

uvicorn main:app --reload

This will start the API server with live reloading enabled.

For School Purposes Only - Entrepreneurial Mind Group 4 Po-Key

This project is intended for educational purposes as part of the Entrepreneurial Mind Group 4 Po-Key. Contributions are limited to the group members.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages