Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 566 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 566 Bytes

FindFreelance_API

FindFreelance API is a RESTful API that allows companies to search for freelance according to several criteria and propose them a mission. The Api using :

  • Node.js,
  • Express,
  • MongoDB.

Installation

  1. Clone the repository
git clone https://github.com/KevOneRedOne/FindFreelance_API
  1. Use the .env.example to create a .env file with your own credentials for the API.
cd API
cp .env.example .env
  1. Install the dependencies for the API
cd API
npm install
npm run dev