/teebay

Primary LanguageJavaScript

Teebay

Steps required to run the project

Server

  1. Open a terminal
  2. Run git clone https://github.com/trnwrckd/teebay.git
  3. Run cd teebay
  4. Run npm i
  5. Create a .env file inside the teebay directory
  6. Populate .env file with environment variables shared by email
  7. Make sure that port 5000 is not currently in use
  8. npm run dev

Frontend

  1. Open another terminal
  2. Run cd teebay/client
  3. Run npm i
  4. Run npm start