Skip to content

halim13/hiring-app

Repository files navigation

ExpressJS - Simple Hiring Channel App RESTfull API

Hiring Channel App is a feature that allows Engineers and Company to do communicate for looking/hiring jobs. This project for handle backend only. Built using ExpressJs Framework. Express.js is a web application framework for Node.js. More about Express

Built With

Express.js Node.js

Requirements

  1. Node Js
  2. Node_modules
  3. Postman
  4. Web Server (ex. localhost)

How to run the app ?

To run Hiring Channel App, follow these steps:

- open your terminal
- git clone https://github.com/halim13/hiring-app.git
- cd hiring-app
- npm install
- create database and import from .sql file in this project
- cp .env.example .env
- open .env file and fill the requirement
- npm run start
- Open Postman desktop application or Chrome web app extension that has installed before
- Choose HTTP Method and enter request url.(ex. localhost:3000/companies)
- You can see all the end point in routes folder

Contributing to Hiring Channel App

To contribute to Hiring Channel App, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

Contact

If you want to contact me you can reach me at [email protected].

Copyright © 2019 by Halim Hasanudin

About

simple hiring app backend Restful API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published