Few lines describing your project.
This is a fiver clone which has the features which enable you to search for various developer services
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them.
You'll have to have node js installed in your pc
Any code editor preferable vs code
Have a mongodb atlas account
A step by step series of examples that tell you how to get a development env running.
Say what the step will be
You'll first clone the repository https://github.com/vhiz/fiver.git
There are two files one for the client side and the other for the server side
you'll then change directory to the client side and run
npm run dev
And repeat
Do the same for the server-side
first create an env file and add your mongodb atlas connection url to the field
DATABASE_URL
Go to your frontend url and use the application as required
Add additional notes about how to deploy this on a live system.
- @vhiz - Idea & Initial work