A job site for gig and side-hustle work built for CS Software Engineering course.
This is a prototype for demonstration purposes.
cd to /application folder
install yarn globally: npm install -g yarn and install dependencies with yarn
To build use: yarn build to build the frontend
To run use: yarn start to serve the frontend,
and then visit: http://localhost:3000
node: 20.8.0express: 4.18.2react: 18.2.0yarn: 1.22.19mongodb: 6.2.0multer: 1.4.5-lts.1webpack: 5.98.0