rsvp-flask-app

所属分类:数据库系统
开发工具:HTML
文件大小:0KB
下载次数:0
上传日期:2023-09-20 00:31:57
上 传 者sh-1993
说明:  此存储库包含事件管理web应用程序的源代码。用户可以回复即将发生的事件,指示数字...,
(This repository contains the source code for an event management web application. Users can RSVP for upcoming events, indicate the number of guests they re bringing, and provide any special requests or dietary restrictions. The application is built using Flask and integrates with a database to store RSVP information.)

文件列表:
LICENSE (1067, 2023-09-20)
Pipfile (597, 2023-09-20)
Pipfile.lock (27851, 2023-09-20)
app.py (27, 2023-09-20)
application/ (0, 2023-09-20)
application/__init__.py (381, 2023-09-20)
application/forms.py (475, 2023-09-20)
application/models.py (559, 2023-09-20)
application/routes.py (2423, 2023-09-20)
application/templates/ (0, 2023-09-20)
application/templates/character.html (504, 2023-09-20)
application/templates/characters.html (1114, 2023-09-20)
application/templates/home.html (1302, 2023-09-20)
application/templates/layout.html (868, 2023-09-20)
application/templates/submit.html (1694, 2023-09-20)
application/templates/success.html (325, 2023-09-20)
requirements.txt (670, 2023-09-20)

# Event RSVP and Guest List Organizer

Welcome to the Event RSVP and Guest List Organizer! RSVP for our upcoming event and let us know how many guests you're bringing!

This repository contains the source code for an event management web application. Users can RSVP for upcoming events, indicate the number of guests they're bringing, and provide any special requests or dietary restrictions. The application is built using Flask and integrates with a database to store RSVP information. image ## Getting Started To run the project, follow these steps: 1. Navigate to the Project Directory: ``` cd /path/to/event-rsvp-organizer ``` 2. **Activate the Virtual Environment:** ```bash pipenv shell ``` 3. **Install Dependencies:** ``` pipenv install -r requirements.txt ``` 4. **Run the Development Server:** ``` pipenv run dev ``` This will start the development server, and you can access the application at http://127.0.0.1:5000. ## Other considerations Make sure .env file is in application directory like so ```bash ├── Pipfile ├── Pipfile.lock ├── README.md ├── app.py ├── application │ ├── __init__.py │ ├── .env │ ├── forms.py │ ├── models.py │ ├── routes.py │ └── templates ``` Your .env file should look like the following ``` DATABASE_URL= SECRET= ``` Secrets can be generated by running the following commands in your shell ```bash $ python >>> import secrets >>> secrets.token_hex(16) ``` ## License This project is licensed under the [MIT License](https://opensource.org/license/mit/). Thank you for using Event RSVP and Guest List Organizer! Happy RSVP-ing!

近期下载者

相关文件


收藏者