This is a fullstack application developed using the MERN Stack. The application allows users to create and login to their own account and manage their job applications through the user interface.
- Modern UI Design
- Single-page Application (SPA)
- Styled with Material UI
- Fully Responsive
- Authentication
Client: React, Context API, Material UI
Server: Node.js, Express
Database: MongoDB
jobster.mp4
Start running locally.
To get started, clone the repo
git clone https://github.com/sleithdylan/jobster.git
Type the following in the root of this project:
npm install
Now, change into the client directory and install the dependencies
cd client
yarn
# or
npm install
NOTE: Be sure to cd back to the root of the project
To connect mongodb & to setup JWT's in your local environment you will also need to provide the .env
variables
- Create a new file .env in the root
- Open .env.example
- Copy the contents and paste it to the .env with valid keys
Type the following in the root of this project:
npm run start