Course: SENG 513
Project: Eventica
Authors: Brian, James, Satyaki, Sadat, Albert, Andy
Year: 2020
An event management application based on Eventbrite and built using React, Material-UI, Redux, Express, and node.js. This repository is divided into two folders, one for the client-side code and one for the server-side code.
cd client
npm ci
(only for the first time to install dependencies)npm start
- Visit
https://localhost:3000
on a browser to view the application
cd server
npm ci
(only for the first time to install dependencies)npm start
- Hit the endpoint
https://localhost:3001
for responses
Run npm run watch
if you're modifying the server and want the server to restart upon changes.