FindFreelance is a website in Next.js with React, that allows companies to search for freelance according to several criteria and propose them a mission. (3rd year Bachelor - in Progress)
The website using :
- Node.js,
- Next.js,
- Local API : https://github.com/KevOneRedOne/FindFreelance_API :
- Express.js
- MongoDB
- Mongoose
- JWT
- Bcrypt
- Nodemailer
- Clone the repository
git clone https://github.com/KevOneRedOne/FindFreelance_FrontEnd
- Use the .env.example to create a .env file with your own credentials for the API and App
cd API
cp .env.example .env
cd ../findfreelance
cp .env.example .env
- Install the dependencies for the API
cd API
npm install
a. Then, run the API
npm run dev
- Install the dependencies for the FrontEnd
cd ../findfreelance
npm install
a. Then, run the FrontEnd
npm run dev