Skip to content

REST API project that provides an internationalization (i18n) backend

Notifications You must be signed in to change notification settings

hyperwebapps/i18n-backend

Repository files navigation

Description

This is a README file for a REST API project that provides an internationalization (i18n) backend. The project is built with NEST JS, a progressive Node.js framework, MYSQL as the database, and PRISMA as the ORM (Object Relational Mapping) tool. The API provides multi-language support, allowing easy customization and implementation of various locales within your application. This project serves as a solid foundation for building robust, scalable, and internationalized web applications. Get started by cloning the repository, installing dependencies, and running the API on your local machine.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

REST API project that provides an internationalization (i18n) backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published