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
- Host: GitHub
- URL: https://github.com/flex-development/sneusers
- Owner: flex-development
- License: bsd-3-clause
- Created: 2021-12-13T04:40:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T20:38:06.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T05:45:35.404Z (6 months ago)
- Topics: cloud-dns, compute-engine, docker, docker-compose, gcp, mikro, mikro-orm, mongodb, nestjs, redis, typescript
- Language: TypeScript
- Homepage: https://github.com/flex-development/sneusers
- Size: 5.17 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/funding.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# :tipping_hand_person: sneusers
[](https://github.com/flex-development/sneusers/releases/latest)
[](https://github.com/flex-development/sneusers/actions/workflows/healthcheck.yml)
[](https://github.com/voxpelli/badges-cjs-esm)
[](LICENSE.md)
[](https://conventionalcommits.org/)
[](https://docker.com)
[](https://nestjs.com)
[](https://typescriptlang.org/)
[](https://vitest.dev/)
[](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