Skip to content

ReDI-School/F24-Berlin-Web-Circle

Repository files navigation

F24-Berlin-Web-Circle

Getting Started

# After cloning the repository, install the npm dependencies
npm install
# Run development server
npm run dev

Then you should see something like this in the terminal, showing you can see the app at http://127.0.0.1:5173/

  VITE v3.0.7  ready in 175 ms

  ➜  Local:   http://127.0.0.1:5173/
  ➜  Network: use --host to expose

Running tests

npm test

Database Migration

After modifying the schema.prisma file, apply the migration by running:

npx prisma migrate dev --name add_place_model


## Vite React Template

Taken from https://reactrouter.com/en/main/start/tutorial
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh

## Collaborators:

- Bohdan Hrabynskyi ([@grabinskij](https://github.com/grabinskij))
- Alina Cuznetov ([@alinaincodeland](https://github.com/alinaincodeland))
- Michael Kleinschmidt ([@miklesch](https://github.com/miklesch))
- Mohammad Salavati ([@Sci-mo](https://github.com/Sci-mo))
- Dona Vidushani Nishshanka ([@dvnishshanka](https://github.com/dvnishshanka))
- Iman Bajalan ([@BajalanIman](https://github.com/BajalanIman))
- Samuel Konzi ([@Konzisam](https://github.com/Konzisam))
- Michael Kleinschmidt ([@miklesch](https://github.com/miklesch))
- Kalina Iwaszko ( [@messkalina] (https://github.com/messkalina))
- Bhagya Samarathunga ( [@BhagyaPrasadSamarathunga] (https://github.com/BhagyaPrasadSamarathunga))
- Gabriel Melhem ([@GabrielMelhem] (https://github.com/GabrielMelhem))
- Iman Bajalan ([@BajalanIman](https://github.com/BajalanIman))
- Nataliya Rodionova ([@006080](https://github.com/006080))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published