Skip to content

kartikk/gator-meetup

 
 

Repository files navigation

GatorMeetup

Website to organize events within UF
Tech Stack : Angular, Angular Material, Node.js, Express, MongoDB

Prerequisites

Node.js v6.x Install instructions:

# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_6.x | bash -
apt-get install -y nodejs

Install/Run instructions

Frontend

npm install;
ng serve -o

Backend

cd backend;
npm install;
node server.js  

Documentation

Gator Meetup Wiki

Running Tests

Frontend

E2E tests:
ng e2e  
Unit tests:
ng test

Backend

Mocha Unit tests
npm test

About

Website to help UF students create/publish events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.8%
  • CSS 16.6%
  • HTML 16.3%
  • JavaScript 10.3%