Remote Job Alert

A remote job listing site for the world

About Remote Job Alert

Remote job alert is a service used to serve curated job listings outside of Africa for Africans living in the continent.

Getting Started

  1. Fork the repository, clone it.
  2. cd (change directory) into the project folder i.e remote_job_alert.
  3. Run npm install (on your terminal) to install the dependencies.
  4. Run npm start (on your terminal) to run the project.
  5. Go to your browser localhost:3020 to view the project.
  6. When you make your changes to the repo, push to master and create a pull request, make sure there are no merge conflicts.
  7. Do not merge, the mentor would. Getting Started

Fork the repository first and clone it

git clone <CLONE_URL>

Change into cloned repo and install dependencies

`npm install`

Create a .env file in the root folder and copy the details in the .env.example file into the file.


Start the project

npm start

Visit https://localhost:3020 to view the project.

NOTES:

— After making changes to the repo, push to master and create pull request, make sure there are no merge conflicts.

— Do not merge pull request, a mentor will.