Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Wisnu-C23-PS427/wisnu-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wisnu-backend

How to run

  1. Clone this repository
git clone https://github.com/mufidu/wisnu-backend.git
cd wisnu-backend
  1. Set up the environment
cd wisnu-backend

# Optional: Create virtual environment
pip install virtualenv
virtualenv venv
source venv/bin/activate

# Install dependencies
pip install -r requirements.txt
  1. Create .env file based on .env.example

  2. Run the server

flask run

Server will run on port 5000

  1. (Optional) Deploy to Google App Engine
gcloud app deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published