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

https://github.com/flex-development/sneusers

🚧 Demo users system API
https://github.com/flex-development/sneusers

cloud-dns compute-engine docker docker-compose gcp mikro mikro-orm mongodb nestjs redis typescript

Last synced: 4 months ago
JSON representation

🚧 Demo users system API

Awesome Lists containing this project

README

        

# :tipping_hand_person: sneusers

[![github release](https://img.shields.io/github/v/release/flex-development/sneusers.svg?include_prereleases&sort=semver)](https://github.com/flex-development/sneusers/releases/latest)
[![healthcheck](https://github.com/flex-development/sneusers/actions/workflows/healthcheck.yml/badge.svg)](https://github.com/flex-development/sneusers/actions/workflows/healthcheck.yml)
[![module type: esm](https://img.shields.io/badge/module%20type-esm-brightgreen)](https://github.com/voxpelli/badges-cjs-esm)
[![license](https://img.shields.io/github/license/flex-development/sneusers.svg)](LICENSE.md)
[![conventional commits](https://img.shields.io/badge/-conventional%20commits-fe5196?logo=conventional-commits&logoColor=ffffff)](https://conventionalcommits.org/)
[![docker](https://badgen.net/badge/-/docker?icon=docker&label)](https://docker.com)
[![nestjs](https://badgen.net/badge/-/nestjs?color=e0234e&icon=https://iconape.com/wp-content/files/kr/371166/svg/371166.svg&iconColor=white&label)](https://nestjs.com)
[![typescript](https://img.shields.io/badge/-typescript-3178c6?logo=typescript&logoColor=ffffff)](https://typescriptlang.org/)
[![vitest](https://img.shields.io/badge/-vitest-6e9f18?style=flat&logo=vitest&logoColor=ffffff)](https://vitest.dev/)
[![yarn](https://img.shields.io/badge/-yarn-2c8ebb?style=flat&logo=yarn&logoColor=ffffff)](https://yarnpkg.com/)

Demo users system API

## Contents

- [What is this?](#what-is-this)
- [Use](#use)
- [Built With](#built-with)
- [Types](#types)
- [Contribute](#contribute)

## What is this?

Sneusers is a demo users system API built with [NestJS][1], a framework for building server-side applications.

The project is a re-implementation of [`neusers`][2], an older Flex Development project. The main goal for this project
was learning how to use [Docker][3] and [Google Compute Engine][4].

## Use

**TODO**: usage documentation.

## Built With

**TODO**: dependency overview.

## Types

This project is fully typed with [TypeScript][5].

## Contribute

See [`CONTRIBUTING.md`](CONTRIBUTING.md).

[1]: https://nestjs.com
[2]: https://github.com/flex-development/neusers
[3]: https://docker.com
[4]: https://cloud.google.com/compute
[5]: https://typescriptlang.org