The Demo Release App is designed to help you manage release notes in a manner similar to GitHub's managing releases in a repository. It features a form for adding release details and a page to display all release information.
For a step-by-step guide on how to achieve this, please watch the video walkthrough.
- Add Release Details: A form to input the details of each release.
- Display Releases: A dedicated page to view all the release details.
You will learn how to use fastn
to perform SQL operations such as creating tables, writing to tables, and reading from tables.
This will enable you to handle full backend operations in addition to frontend development using fastn
.
Follow the instructions in the video to set up and run the Release App using fastn.
- Clone the repository:
git clone <repository-url>
cd release-app
- Install dependencies:
Follow the instruction on Install fastn
to install fastn
.
- Run the app:
fastn serve
- Add Release Notes:
- Navigate to the form page: http://127.0.0.1:8000/.
- Fill in the release details.
- Submit the form.
- This will redirect you to the release note page.
- View Release Notes:
Go to the releases page: http://127.0.0.1:8000/releases/ to see a list of all releases.