Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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