Wonderful Wunderpus is a web-based platform desgined for anyone who is looking for a job and needs a centralized place for tracking their job applications. Wonderful Wunderpus allows the user to create/log in to their account, view job postings fetched from Remotive Jobs Api, create applications, assign priorities to applications, update application status as they move through the pipeline, and delete applications as desired.
- Clone this repo
git clone https://github.com/Team-Wunderpuss-2-0/Wunderpus.git
- From the project root directory, run
npm install
to install dependencies - In the root directory, create a
.env
file and add the following
MONGO_URI = 'YOUR MONGODB URI'
- In the
client/components/LoginTemplate.js
file, replaceconst CLIENT_ID = 'YOUR CLIENT_ID'
with your Google OAUTH client id - Run
npm run dev
and go to http://localhost:8080 to open the application