Skip to content

Terieyenike/jb-board-with-harperdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Job board application

Built with HarperDB, NodeJs/Express, and Handlebars as the templating engine.

The job board application provides the opportunity to post job available in the job market where developers can apply to these jobs.

Job board homepage

Data entry form page

Set Up and Installation

  1. Create a directory and cd into the directory

    mkdir <project-name> && cd <project-name>

  2. Initialize the directory with

    npm init -y The flag -y simply state you accept the default changes into your directory.

  3. Install the dependencies

    npm install harperive dotenv hbs express

  4. Install the dev depency, nodemon

    npm install --save-dev nodemon

Start the project

npm run start:dev

Deployment

Heroku app

Author

Teri Eyenike

About

Node/Express Application with templating engine, Handlebars, and HarperDB as the database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published