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.
- Clone the repository
git clone https://github.com/KevOneRedOne/FindFreelance_API
- Use the .env.example to create a .env file with your own credentials for the API.
cd API
cp .env.example .env
- Install the dependencies for the API
cd API
npm install
npm run dev