This is an application for a Club Registration Form. This application will be used by a club at a club fair. Students who stop by the club's table can input their email address and other information into the application. The application then store these information for the club to use.
This was inpisred by the react comment box example from the React tutorial. The technologies we used are html, css, javascript with React framework on the front end, and python with flask, postgres on the backend.
pytest fabfile.py # Build and test
python server.py
If the data needs to be stored in PostgreSQL database, another package is required
sudo apt-get install python-psycopg2
And visit http://localhost:5000/. Try opening multiple tabs!
See "fabfile.py" and "test.py"