This is a simple web application for managing event registrations. It allows users to view a list of registrations, search registrations by name or email, and register for events.
- View a list of registrations
- Search registrations by name or email
- Register for events
-
Frontend:
- HTML
- CSS
- JavaScript
-
Backend:
- Node.js
- Express.js
- SQLite3 (database)
- Clone the repository:
git clone https://github.com/SerjioBlack/ET-school-Events-Registration-App-test-task-
- Install dependencies:
npm install
- Start the server:
npm start