A URL Shortener built with React, Flask, and Tailwind CSS. The code is written in JavaScript and Python.
Starting the backend server for local development.
- Create a python virtual environment.
- Install the python modules found in 'requirements.txt' using pip.
- 'flask run' to start up the backend server.
Starting the frontend server for local development.
- 'npm install'
- 'npm start'
To create a production ready build, use 'npm run build'.
Follow the steps found here: Building a Python 3 App on App Engine
The web application is intended to be deployed on a Google App Engine instance. You can start the application using the following command.
gcloud app deploy app.yaml api/backend.yaml dispatch.yaml