Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)