An open API service indexing awesome lists of open source software.

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]

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
```