Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belchenkov/jobify-mern
Build Full Stack "Track Your Job Search" App from Scratch with MongoDB, Express, React and NodeJS
https://github.com/belchenkov/jobify-mern
expressjs jsonwebtoken momentjs mongodb mongoose nodejs react
Last synced: 9 days ago
JSON representation
Build Full Stack "Track Your Job Search" App from Scratch with MongoDB, Express, React and NodeJS
- Host: GitHub
- URL: https://github.com/belchenkov/jobify-mern
- Owner: Belchenkov
- Created: 2022-01-09T08:07:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T18:21:09.000Z (9 months ago)
- Last Synced: 2024-03-04T20:00:03.798Z (9 months ago)
- Topics: expressjs, jsonwebtoken, momentjs, mongodb, mongoose, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 788 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Jobify (MERN)
> Build Full Stack "Track Your Job Search" App from Scratch with MongoDB, Express, React and NodeJS
### Demo - [Jobify](https://www.jobify.live/)
![Jobify](./screen.png)
#### Run The App Locally
```sh
npm run install-dependencies
```- rename .env.temp to .env
- setup values for - MONGO_URL, JWT_SECRET, JWT_LIFETIME```sh
npm start
```- visit url http://localhost:3000/
#### Setup React App
- create client folder
- open terminal```sh
cd client
``````sh
npx create-react-app .
``````sh
npm start
```- set editor/browser side by side
- copy/paste assets from complete projectld Full Stack Application from Scratch with MongoDB, Express, React and NodeJS