Skip to content

Latest commit

 

History

History
76 lines (49 loc) · 1.58 KB

README.md

File metadata and controls

76 lines (49 loc) · 1.58 KB

Minab Events

  • Simple event management system.

Technologies used

Setup

  • To setup the backend follow the steps listed in this repo setup section.
  1. Clonning the repo

     git clone https://github.com/Besufikad17/minab_events.git
  2. Installing npm packages

     cd minab_events && npm install
  3. Connecting to backend

    touch .env
    GQL_HOST=""
    PLACE_API_URL=""
    PLACE_API_KEY=""
  4. Running

    npm run dev

Preview

Auth pages

Landing page

Browse events page

Event details

Bookmarks and Reserved events page

Create and Edit event page