Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saikatbhuiyan/mern-job-finder
This is a full-stack job finder app using MERN stack.
https://github.com/saikatbhuiyan/mern-job-finder
expressjs jwt mongodb mongoose nodejs react
Last synced: 28 days ago
JSON representation
This is a full-stack job finder app using MERN stack.
- Host: GitHub
- URL: https://github.com/saikatbhuiyan/mern-job-finder
- Owner: saikatbhuiyan
- Created: 2022-07-25T11:03:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T16:12:03.000Z (about 2 years ago)
- Last Synced: 2024-04-15T06:43:45.004Z (8 months ago)
- Topics: expressjs, jwt, mongodb, mongoose, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 508 KB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jobify
### Run The App Locally
- Run Backend Server
- rename `.env.template` to `.env` and setup values for - MONGO_URL, JWT_SECRET, JWT_LIFETIME
- install dependencies
```sh
npm install
```
- run server
```sh
npm run server
```- Run Front-End
- go to client dir
```sh
npm install
```
- install dependencies
```sh
npm install
```
- go back to home dir
- run client
```sh
npm run client
```
- Run Client and Server with same command
```sh
npm run start
```### Here is some images!
![job-finder](https://user-images.githubusercontent.com/44515748/198889189-1ccd2212-e21d-4de7-a455-910f981bd81e.PNG)
![job-finder 2](https://user-images.githubusercontent.com/44515748/198888110-0d3170de-c779-4ec6-9154-260ef15c0b98.PNG)
![job-finder 3](https://user-images.githubusercontent.com/44515748/198888122-9b336b45-cb21-41d1-b79e-5169864155a5.PNG)
![job-finder 4](https://user-images.githubusercontent.com/44515748/198888134-af8105e7-e6c7-4004-8a5f-798f8528b2d3.PNG)
![job-finder 5](https://user-images.githubusercontent.com/44515748/198888137-d50ac7a5-ddcc-481f-aaaf-8fef49ae2f04.PNG)
![job-finder 6](https://user-images.githubusercontent.com/44515748/198888140-1f44e2c4-c7c6-4aa3-acf4-4b56df7f6fc3.PNG)
![job-finder 7](https://user-images.githubusercontent.com/44515748/198888151-93f609b1-8bb3-4ba1-940d-b4fdc5dc1d94.PNG)