debamitra / DevEvents

This project is a web app, which helps a user discover tech events happening online in the near future.

Home Page:https://dev-events.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

People can use this app to discover technology-centered events happening online in the near future. This webapp is a side/practice project to learn react and build an app end to end.

Deployed here : https://dev-events.herokuapp.com

Tech Stack :

  • MongoDB
  • Express
  • React
  • Node

Local Setup

  1. Clone project

  2. Install Node environment

  3. Setup a MongoDB database, get the URL, create a .env file inside project directory and copy the URL to this : MONGODB_URL= ""

  4. Repace the package.json scripts content with : ( This is because of a bug, temporary fix) "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "start-server": "node server/index.js", "start-app": "npm run build && npm run start-server"

  5. Execute the following commands in root directory of the project.

  npm install
  npm run start-app

About

This project is a web app, which helps a user discover tech events happening online in the near future.

https://dev-events.herokuapp.com


Languages

Language:JavaScript 94.4%Language:CSS 4.0%Language:HTML 1.6%