Vytvořeno pro předmět ITU, FIT VUT, 2023 / Created for the ITU course, FIT VUT, 2023
Tento projekt je webová aplikace vyvinutá v SvelteKit, která integruje služby Firebase pro autentizaci, databázi a hosting. / This project is a web application developed in SvelteKit, integrating Firebase services for authentication, database, and hosting.
- Node.js (verze 14 nebo novější) / Node.js (version 14 or newer)
- npm
- Git
V podadresáři client
/ In the client
subdirectory.
npm install
V podadresáři client
/ In the client
subdirectory.
npm run dev
Navštivte http://localhost:5173
v prohlížeči / Visit http://localhost:5173
in your browser.
Varování, projekt
využívá skutečný backend. Klíč přidám pouze, abych umožnil testování, ovšem výrazně omezím počet požadavků abych zabránil zneužití. / Warning, the project uses a real backend. I will only add the key to enable testing, but will significantly limit the number of requests to prevent misuse.
npm run build
npm run start
- Web framework pro vývoj aplikací / Web framework for application development
- Licence: MIT License
- Backend služba od Google, využívaná pro autentizaci, databázi a hosting / Backend service from Google, used for authentication, database, and hosting
- Licence: Apache License 2.0
Uvedené v souboru package.json
/ Listed in the package.json
file
Pro podporu nebo dotazy ohledně projektu kontaktujte některého z autorů. / For support or inquiries about the project, contact any of the authors.
Tento projekt je licencován pod MIT License. / This project is licensed under the MIT License.