node-jobs-api it's REST Api to manage jobs from a company. Allows to:
- Register
- Login
- Create a new job entry when authenticated
- Fetch all the jobs
- Find a specific job
It has been built with Express
MongoDB, see https://www.mongodb.com/ for
Run npm install
or yarn
Run npm run dev
or yar dev