libraries used on this projects is:
- Cors to connect backend whith frontend
npm i cors- Dotenv to hide our content keys
npm i dotenv- Express to build our server
npm i express- Mongoose to save our data here the website Mongoose
- First you need to download the project frontend and backend
- Second you need to dawnload for each folder (front,back)
npm i- Third go to folder backend and command
npm run dev- Fourth go to frontend and command
npm start@Abdullah-Aljumah