/rock-with-me

Rock with me - Finde deine Konzert- und Festivalbegleitung! 🎤🎵

Primary LanguageJavaScript

Rock with me 🎵

Find buddies for your next concert or festival, who have the same taste in music like you! You can post buddy requests and get in touch with other people.

Test user 👧

Feel free to make yourself an account and be part of the community! If you just want to have a quick look, you can use a test account:

email: test@test.de

pw: testtest

Getting started 👏

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing 👯

  1. Clone the repo

git clone https://github.com/nadinho/rock-with-me.git

  1. Install packages
npm install
cd client
npm install

or

yarn install
cd client
yarn install

Develop 🕺

  1. Add environment variables in .env file

  2. To start the server and client in development mode at the same time: npm run dev yarn run dev

If you like to run the production build, you have to build the client first.

npm run build
npm start
yarn run build
yarn start