/gdsc-ait-website

Google Developer Students Club, AIT official website.

Primary LanguageJavaScriptMIT LicenseMIT

Welcome to Google Developer Students Club, AIT 👋

Version License: MIT Twitter: dscmescoe

Steps to set-up

  1. Clone the Repository using git clone https://github.com/DSC-AIT-Pune/gdsc-ait-website.git.
  2. In your local system, open terminal at that location and run yarn install.
  3. Add .env file inside the folder along with other files using below structure.
    PORT=5000
    MONGO_URI=<Your MongoDB URI>
    JWT_SECRET=<SecretString you want to have>
    JWT_EXPIRES_IN=7d
    JWT_COOKIE_EXPIRE=7d
    
  4. Run yarn start
  5. Root directory is used for the backend of the applicaton and the frontend package is contained in client folder.
  6. Hit Star 😍 if you find this amazing.

Author

👤 GDSC AIT

Acknowledgement

  • Made with ♥ by Google Developers Students Club, AIT

Show your support

Give a ⭐️ if this project helped you!