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)
- Host: GitHub
- URL: https://github.com/kevoneredone/findfreelance_api
- Owner: KevOneRedOne
- Created: 2023-01-03T10:44:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T19:59:02.000Z (about 3 years ago)
- Last Synced: 2026-01-03T14:33:53.150Z (5 months ago)
- Topics: express-js, mongodb, node-js, npm
- Language: JavaScript
- Homepage:
- Size: 292 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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