https://github.com/marialobillo/fixer-finder
booking services, [nodejs, typescript, clean architecture, postgresql]
https://github.com/marialobillo/fixer-finder
clean-architecture express javascript jest-tests nodejs postgresql react typescript
Last synced: 5 months ago
JSON representation
booking services, [nodejs, typescript, clean architecture, postgresql]
- Host: GitHub
- URL: https://github.com/marialobillo/fixer-finder
- Owner: marialobillo
- Created: 2024-04-03T15:41:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T17:31:47.000Z (5 months ago)
- Last Synced: 2025-01-15T19:55:20.540Z (5 months ago)
- Topics: clean-architecture, express, javascript, jest-tests, nodejs, postgresql, react, typescript
- Language: TypeScript
- Homepage:
- Size: 3.62 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fixer Finder
Fixer Finder is a web application that allows users to book appointments with service providers. The application is built with React, Node.js, Express, and Postgresql.
## Installation
Install the project with npm or yarn.
Clone the repository```bash
git clone
```Setup the backend
```bash
cd server
npm install
```Setup the frontend
```bash
cd client
npm install
```