Cyber-Labs / EventUp

EventUp is a website where we can choose to attend an event (either physically or virtually) based on our interest.

Home Page:https://event-up-production.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EventUp

EventUp is a website where we can choose to attend an event (either physically or virtually) based on our interest.

Visit Online

This website is hosted at https://event-up-production.herokuapp.com/

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Your machine should have NPM(or yarn), NodeJS and MongoDB installed to use EventUp locally.

Setup and Installation

Setting up the repository locally

  1. First fork the repo to your account.
    Go to the forked repo and clone it to your local machine:
git clone https://github.com/<your_username>/EventUp.git

This will make a copy of the code to your local machine.

  1. Now move to the EventUp directory.
cd EventUp
  1. Now check the remote of your local code by:
git remote -v

The response should look like:

origin	https://github.com/<username>/EventUp.git (fetch)
origin	https://github.com/<username>/EventUp.git (push)

To add upstream to remote, run:

git remote add upstream https://github.com/Cyber-Labs/EventUp.git

Again run git remote -v, the response should look like:

origin	https://github.com/<username>/EventUp.git (fetch)
origin	https://github.com/<username>/EventUp.git (push)
upstream	https://github.com/Cyber-Labs/EventUp (fetch)
upstream	https://github.com/Cyber-Labs/EventUp (push)
  1. Once the remote is set, install all the necessary dependencies by the following command:
npm run install-all

Run locally

Run the below command to start the backend and frontend server:

npm run dev

Go to: http://localhost:3000

About

EventUp is a website where we can choose to attend an event (either physically or virtually) based on our interest.

https://event-up-production.herokuapp.com/


Languages

Language:JavaScript 89.0%Language:CSS 8.6%Language:HTML 2.2%Language:Shell 0.3%