https://team15-crm.vercel.app/app
Account: abcd123@aucklanduni.ac.nz
Password: 123
Project Management Tool : Trello CS399 Project: Team 15
This is the Project files for the Frontend catered for the the staff of UOA to manage the Online JobBoard for Computer Science Students. The Abilities of this Project is to:
- Register / Login to access the Website
- View analytic data
- Send email containing link to the form to employers
- Modify job listings
- Edit information for job deatial
- View deleted listings
- View Jobs in detail
- Settings for notification
- React : 17.0.2
- Material UI : 5.0.1
- eslint : 7.32.0
- yarn : 1.22.11
- node : 16.4.2
- javascript : ES6
Git clone https://github.com/uoa-compsci399-s2-2021/Team15-Backend.git
Git clone https://github.com/uoa-compsci399-s2-2021/Team15-CRM-Frontend.git
Installing Yarn (make sure you already have Node.js installed) https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable
Open Team15-CRM-Frontend folder
In the CMD/ Terminal enter
yarn install
Open Team15-Backend folder
In the CMD/ Terminal enter
yarn install
Open Team15-CRM-Frontend folder
In the CMD/ Terminal enter
yarn start
Open Team15-Backend folder
in the CMD/ Terminal enter
yarn run server
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Here is the Deployed Website: CRM Website URL:
In the future we plan to add more features for the Admin, such as:
- More notification options
- Dark mode
- Enhance analytic section
- Other features.
We Like to Thank our team members and everyone involved in the creation of this Project.
We also would like to Acknowledge:
- Material UI Documentation
- React Documentation
- Mozilla Developer Javascript Documentation
- w3 Schools Documentation
I would say having access to these documentation webpages allowed us to implement this project as good as we have.