Home - AZensky/HackUp GitHub Wiki

HackUp

HackUp is a website clone, inspired by Meetup. HackUp can be used to find groups and individuals interested in programming and technology. HackUp users can also find events, such as hackathons and webinars, where they can test their skills or learn more technologies. It is ideal for all members of the tech industry, from beginner programmers to experienced developers.

Live Site: HackUp

Wiki Links

Tech Stack

Frameworks, Platforms, and Libraries:

JavaScript React Redux Express.js HTML5 CSS3 NodeJS

Database:

SQLite

Hosting:

Heroku

Landing Page

image

Events Page

image

Groups Page

image

Event Details Page

image

Group Details Page

image

Run Locally

  • Clone the repo
  • Open up two terminals, one for the backend, and one for the frontend
  • In the first terminal, cd into the backend folder, run npm install to install the necessary dependencies, and then run npm start
  • In the second terminal, cd into the frontend folder, run npm install to install the necessary dependencies, and then run npm start

To-do-list

  • Images feature
  • Event Attendees feature
  • Group Members feature
  • Venues feature

All to-do features have fully functional and implemented database tables and API routes. Only the UI is left to implement.