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

https://github.com/savecoders/tailorshop

Frontend and Backend code for our application
https://github.com/savecoders/tailorshop

Last synced: 12 months ago
JSON representation

Frontend and Backend code for our application

Awesome Lists containing this project

README

          


Screen

# TailorShop

This is aproject that contains both the frontend and backend code for our application. The frontend is built using ReactJS and the backend is built using NestJS.

## Repository Structure

The repository is organized as follows:

- `/client`: This directory contains the ReactJS frontend application.
- `/api`: This directory contains the NestJS backend application.
- `/docs`: This directory contains all the project documentation, including requirements, data flow diagrams, state diagrams, and BPMN2 diagrams.

## Getting Started

To get started with development, you'll need to clone the repository and install the dependencies in both the frontend and backend directories.

## Client

```bash
git clone
cd client
# see the README
```

## Api

```bash
cd api
# see the README Api
```