/seo-gpt-be

Backend for a GPT content generation app for copywriters

Primary LanguageTypeScript

Description

NestJS backend for a SEO content generation app.

Under development

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod