eVenture is a platform for organising community lectures and events hosted by SoC bootcampers.
People wishing to attend events can register for tickets and SoC bootcampers/volunteers can manage event listings (create events, edit events, delete events and manage tickets).
This is the repo for the [client](https://eventure.vercel.app
Fetch requests should be made to the eVenture server.
The code for the server can be found here.
-
PostgreSQL
-
Express.js
-
Next.js
-
Node.js
-
Docker (server)
-
AWS (server)
-
Vercel (client)
-
Auth0
-
Nodemailer
-
Cloudinary
-
MaterialUI
- Clone the repo
git clone https://github.com/michaelfswann/front-end-final-project-communiteam
- Install dependencies
npm install
- Build client
npm run build
- Start client at port
3000
npm run start