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

https://github.com/savecoders/urlshortreact

This is a project that contains both the frontend for our application. The frontend is built using ReactJS and the backend is built using NestJS.
https://github.com/savecoders/urlshortreact

reactjs shadcn-ui tailwindcss typescript

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          


Screen

# UrlShort

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

# Client

| Stack Client | Content |
| ---------------------- | ---------------- |
| Framework or libraries | Reactjs TS |
| Css Framework | TailwindCss |
| Router | React-Router-Dom |
| Build | Vite |
| UI | shadcn |

## Repository Structure

The repository is organized as follows:

- `/client/src`: This directory contains the ReactJS frontend 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 directories.

## Client

```bash
git clone
cd client
```

## Api

The api repository: [UrlShortNest](https://github.com/Savecoders/UrlShortNest)