Skip to content

vikramnr/job-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Job Search

This site uses Indreed API and Stack OverFlow RSS Feed to provide search results.

Site is developed using Express server and Mustache templating engine. For styling, I have used BootStrap and site is hosted using Heroku @ Job Search

To run locally, please follow the below steps

Clone the repo using

  • git clone https://github.com/vikramnr/job-search

And install required packages using package managers such as yarn or npm

  • npm i

And start the server and vist the site at http://localhost:3000

  • npm start