Skip to content

UoaWDCC/fsae-jobs-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UOA FSAE Jobs Board

2024 Team Leadership

  • Kinzi Ceolin (Project Manager)
  • Yang Qian (Tech Lead)

2024 Team Members

  • Don Lin (Back-end, Architecture)
  • Jack Haddad (Back-end, Front-end, Architecture)
  • Sienna Nguyen (Front-end, Back-end)
  • Frank Situ (Back-end, Architecture)
  • Danny Jung (Back-end, Front-end, Architecture)
  • Jolin Chen (Front-end)
  • Jaehoon Oh (Front-end, Back-end)
  • Josef Santos (Front-end)

About

This project is focused on developing a new job platform website that allows Sponsors to post their job ads and FSAE members upload a profile and browse the jobs on offer.

Running the build locally

Downloads

FSAE Job Board is runs in the MERN stack (MongoDB, Express, React, and NodeJS) and reqires a few tools to be downloaded in order to run the app

Download the repository

In order to make changes to the repo you will have to clone the repository, this can be done by navigating to where you want the project folder to be placed and then running the terminal command: git clone https://github.com/UoaWDCC/fsae-jobs-board.git

Setting up your environment (.env) files

Environment (.env) files are the files keeping any sensitive information, and are not stored on the codebase. Fsae Job Board uses one .env file for the backend. Download the .env file from the drive and place it in the same level as the example.env file in the api folder. Ensure the files are saved as .env file

⚠️ DO NOT share the .env file with anyone or upload it to GitHub or anywhere else - the file basically gives access to our databases which contain all the website assets and user information.

Run the app

  • Open 2 terminals
  • Change directory by running cd web and cd api in each terminal
  • Run NPM install in each terminal
  • Run NPM run dev in web and NPM start in api directoires

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages