Simple Hosting to sell services
To run this project, you will need to add the following environment variables to your .env file
MONGODB_URI
JWT_SECRET
Clone the project
git clone https://github.com/Ameriq8/Kelo-Hosting.git
Go to the project directory
cd Kelo-Hosting
At first you must run the server go to the server directory
cd server
Install dependencies
npm install
Start the server on prodeuct mode
npm run start
Or
Start the server on development mode
npm run dev
Now you must run the client go to client directory
cd server
Install dependencies
npm install
Start the client
npm run start