Remote Job Alert

A remote job listing site for Africans

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:3000 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 add the following:
MAILGUN_API_KEY=key-ahdhdhhd
MAILGUN_DOMAIN=any.com

Start the project

npm start

Visit http://localhost:3000 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.