Skip to content

icbdbmtbqinoot/job-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was created with tutorial Plan, Code, and Deploy a Startup in 2 Hours
This project was bootstrapped with Create React App.

Architecture

/client : React front end
/api : Node Express API to consume Redis data
/worker : Cron worker to fetch data and save it to Redis

Available Scripts

Install required packages by running:

npm install

To start cron job, you can run:

node worker/index.js

To start api, you can run:

node api/index.js

In the client directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

About

job search app for junior developer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published