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

https://github.com/webeetle/monobeetle


https://github.com/webeetle/monobeetle

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Monobeetle
> A simple monorepo

This project was born to be a scaffold for a new Javascript distributed project (Microservice or Microfrontend). It is a simple project that uses the following technologies / tools / architectures:

- Hexagonal Architecture Ready 🏛
- Typescript 🔒
- Fastify for backend services ⏩
- React Starter ready for Frontend with module federation 📖

## Getting Started

To start the project, clone this repo and run

```bash
npm install
```

## Generate a new UI

To generate a new react UI, run:

```bash
nx g @monobeetle/peach:ui
```

## Generate a new Backend Service

To generate a new backend service, run:

```bash
nx g @monobeetle/cherry:service
```

To generate a new e2e test for the service, run:

```bash
nx g @monobeetle/cherry:service-e2e
```

## Thanks

✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨