Get Samurais is a simple and efficient way to hire general services and register yours. Someone register a service for a price, you hire it, contact the Samurai , agree on a time and place to get your work done as fast as a ninja goes.
- User registration and authentication
- Login persistence
- Create edit and delete services
- Rating and comments
- Filter services by category
- Image upload via img.bb
- Open the Get Samurais application in your web browser.
- Register for an account or log in if you already have one.
- On the home page, you'll discover the current registered services.
- You can search for a specific service by name or category.
- You can hire a service and rate it.
- Also you can register a service of yours, and later decide to edit or remove it from the app.
To run Get Samurais on your local machine or server, follow these steps:
- Clone this repository:
git clone https://github.com/DarlanSchwartz/Get-Samurais.git
- Navigate to the project directory:
cd Get-Samurais
- Install the required dependencies: npm install
npm install
-
Run the server back-end -> https://github.com/DarlanSchwartz/API-Get-Samurais
-
Setup your enviorment variables, create a .env file and fill the variables as show on the example file .env.example
-
Run the front-end
npm run dev
That's it! Get Samurais should now be up and running on your specified port. You can access the application through your web browser.