An open API service indexing awesome lists of open source software.

https://github.com/kevoneredone/findfreelance_api

FindFreelance API is a RESTful API that allows companies to search for freelance according to several criteria and propose them a mission. (3rd year Bachelor - in Progress)
https://github.com/kevoneredone/findfreelance_api

express-js mongodb node-js npm

Last synced: about 2 months ago
JSON representation

FindFreelance API is a RESTful API that allows companies to search for freelance according to several criteria and propose them a mission. (3rd year Bachelor - in Progress)

Awesome Lists containing this project

README

          

# 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
```bash
git clone https://github.com/KevOneRedOne/FindFreelance_API
```

2. Use the .env.example to create a .env file with your own credentials for the API.
```bash
cd API
```
```bash
cp .env.example .env
```

3. Install the dependencies for the API
```bash
cd API
```
```bash
npm install
```

```bash
npm run dev