Rares212 / js.printhaus.backend

REST API for the Printnuts 3D printing website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

This repository contains the REST API for the Printnuts 3D printing website. It is built using the NestJS framework, a progressive Node.js framework for building efficient, reliable, and scalable server-side applications.

The js.printnuts.rest repository is responsible for handling all the server-side operations of the Printnuts 3D printing website. It provides a set of RESTful APIs that the frontend application interacts with. The API handles tasks such as user authentication, data retrieval and storage, and server-side processing.

Installation

To set up this application in your local environment, follow these steps:

Clone the repository: git clone https://github.com/Rares212/js.printnuts.rest.git
Navigate to the repository: cd js.printnuts.rest
Install the dependencies: yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

About

REST API for the Printnuts 3D printing website

License:Other


Languages

Language:TypeScript 97.5%Language:JavaScript 2.5%