Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rokkit-ts/sample-application

A Sample Application for the Rokkit.ts Framework based on TypeScript and Node.js
https://github.com/rokkit-ts/sample-application

backend framewor microservice microservices nodejs rokkit sample typescript

Last synced: 16 days ago
JSON representation

A Sample Application for the Rokkit.ts Framework based on TypeScript and Node.js

Awesome Lists containing this project

README

        

# [Rokkit.ts Sample Application](https://rokkit.dev)

Rokkit.ts a microservice framework build in TypeScript for Node.js.
It focuses on a modular component system, developer exerience and good designed APIs to build any application without making restrictions.
Rokkit.ts tries to be adaptable for all needs.
If you want to know more about the framework check out our [Website](https://rokkit.dev/).
The Framework is still in an early phase but allready provides functionality to build basic applications.

This project provides examples to show how rokkit.ts could be used.

## Usage

First you need to install the project dependencies

```bash
npm i
```

You can run the project in the development mode or in production mode.

```bash
npm run-script dev // starts the development mode
npm start // runs the application in production mode
```

In order to run the application in production mode you need to build it.

```bash
npm run-script build
```

Once running the application you can test the API with the provided postman collection.
You can either import it to postman directly or run it from the commandline.
To run it from the commandline enter the following command.

```bash
npm test
```

## Contribution

If you want to contribute to the project, please don't hesitate to send feedback, create issues or pull requests for open ones.

## License

Rokkit.ts Core is Open Source software released under the [MIT license](./LICENSE).