Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirwa13/guhanga-project
Guhanga Project - Backend
https://github.com/hirwa13/guhanga-project
exressjs jest nestjs nodejs sqlite3
Last synced: 17 days ago
JSON representation
Guhanga Project - Backend
- Host: GitHub
- URL: https://github.com/hirwa13/guhanga-project
- Owner: HIRWA13
- Created: 2024-01-07T18:30:19.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-22T20:39:12.000Z (11 months ago)
- Last Synced: 2024-01-23T16:31:21.694Z (11 months ago)
- Topics: exressjs, jest, nestjs, nodejs, sqlite3
- Language: TypeScript
- Homepage:
- Size: 261 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guhanga kfx - API
## Description
this is a simple API for Guhanga kfx which allows you to create users, login, after creating account and logging in, a User will be able to create and add reviews and comments.
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev
```
## Test using swagger```bash
# swagger
$ npm run start:dev
open swagger at `http://localhost:3000/api`
```## Author
- [Junior Hirwa](https://github.com/HIRWA13)