Skip to content

IGAQ/NestServer

Repository files navigation

I Got A Queery 🏳️‍🌈

I Got A Queery (IGAQ) provides a safe space for the members of the LGBTQ+ community to ask questions, share stories, and read resources about all things LGBTQ+.

IGAQ Mockups

Our Team Members

IGAQTeam_1

How to Run the App

Prerequisites

  • Having Git Installed.
  • Having Node.js v16 installed.
  • Basic knowledge of bash (a shell) commands (e.g.: cd, ls, dir).

Run Steps

  1. Clone the repository & Go to the cloned directory 🌐
git clone https://github.com/IGAQ/NextApp.git
cd ./NextApp/igaq-next-app
  1. Install the Dependencies and Run! 🚀
npm i
npm run dev
  1. Visit the URL 👀
    http://localhost:<PORT>
    For example:
    http://localhost:3000