Jobify is a fullstack web application where users can post job vacancies. This website is my first MERN stack web application. I built it to understand how to create MERN apps that can perform basic CRUD and authentication operations.
- NodeJS
- ExpressJS
- React
- MongoDB
- Mongoose
- Styled Components
- Helmet
- XSS Clean
- Express MongoDB Sanitize
-
Create a
.envfile and add the below to the filePORT=4000 MONGO_URL=mongodb+srv://david_udo:Deanbolt3717*@nodewebprojects.kkmg6.mongodb.net/JobifyWebApp?retryWrites=true&w=majority JWT_SECRET=8y/B?E(H+MbQeThWmYq3t6w9z$C&F)J@ JWT_LIFETIME='1d' -
To run only the client i.e the frontend application only, use
npm run client
-
To run only the server i.e the backend application only, use
npm run server
-
To run both the client and server of the application, use
npm run start:dev
Below are all the websites that I used while building Jobify.



