maulanazn / hirejob-be

HireJob Backend Part

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PEWorld Back End (Monolith)

PEWorld Back End part, that used by

web version. This part handle all the endpoint that frontend needs


This part built with some common technology, such as:
  • nodejs
  • postgresql
  • expressjs
And other library, such as Cloudinary, Morgan, etc. You can view it in my package.json file, don't be lazy to read

Prerequisite:

  • Computer
  • Internet
  • NodeJS
  • PostgreSQL

Installation:

  1. Clone the project
    git clone https://github.com/maulanazn/hirejob-be
  1. Install the packages
    npm install
  1. Copy .env.example and paste it as .env file, then Configurate it as Linus and MacOS like:
    cd Project/ && cp .env.example .env
  1. Copy .env.example and paste it as .env file, then Configurate it as windows like:
    copy and paste like you did everyday
  1. Run hot with:
    npm run hot --> node index.js --watch
  1. Run start with:
    npm start --> node index.js

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b <username>/<feature-details>)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin yourbranch)
  5. Open a Pull Request

Related Project

Notes:

For all of you, if you want to register, please use your gmail account. Because it will automatically sended into your gmail account. You don't have to write the password correctly, at least the email is exist, it's fine.

About

HireJob Backend Part


Languages

Language:JavaScript 100.0%