- Clone this repository
git clone https://github.com/mufidu/wisnu-backend.git
cd wisnu-backend
- 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
-
Create .env file based on .env.example
-
Run the server
flask run
Server will run on port 5000
- (Optional) Deploy to Google App Engine
gcloud app deploy