Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.4 KB

SETUP_GUIDE.md

File metadata and controls

36 lines (21 loc) · 1.4 KB

📃 SETUP GUIDE

❗ System Requirements

📝 Additional Requirements

  • Firebase: The project uses firebase as an authentication provider for the users. I recommend you creating a firebase account (if you don't have on already) and use your own configuration settings.

  • Stripe (optional): The project uses stripe as a payment-gateway. If you already have an account, it's awesome. You'll only need this if you are working on both frontend and backend.

🛠 Local Installation and Setup

  1. Clone the repo to your local machine.

  2. Install the required dependency for server using :

    npm install
  3. Create a .env file and copy-paste the contents of .env.sample in it.

  4. Start the dev server using :

    npm start