KaiCottle / electionCapping24

3 stars 0 forks source link

Backend Integration #11

Open KaiCottle opened 4 weeks ago

KaiCottle commented 4 weeks ago

Setup the Backend Environment:

Set up the project structure for the backend (Node.js, Python, etc.). Install necessary libraries and dependencies (Express, Flask, ORM like Sequelize, SQLAlchemy, etc.). Create Endpoints:

GET: Fetch data from the database for individual records and lists. Endpoint to fetch all records. Endpoint to fetch a record by ID.

KaiCottle commented 4 weeks ago

This is pretty much already done, logic is in my branch kai-dev