Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daguttt/beeshop-nestjs


https://github.com/daguttt/beeshop-nestjs

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        


Nest Logo

# BeeShop (BeeSoftLabs Exercise Project)

## Running the app

1. Clone repository
2. Install dependencies (_pnpm friendly_):

```bash
pnpm i
```

or

```bash
yarn install
```

3. Add `.env` file relying on `.env.example`. Change environment variables
4. Host database with Docker:

```bash
docker-compose up -d
```

5. Run the app in development mode:

```bash
nest start -w
```