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
- Host: GitHub
- URL: https://github.com/savecoders/tailorshop
- Owner: Savecoders
- Created: 2024-03-04T22:52:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T14:03:43.000Z (about 2 years ago)
- Last Synced: 2025-02-13T02:49:19.000Z (about 1 year ago)
- Language: TypeScript
- Size: 2.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# 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
```
