Skip to content

LeoRami99/wizybot-api

Repository files navigation

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 Donate us Support us Follow us on Twitter

Description

Nest framework TypeScript starter repository.

Node.js Version

This project requires Node.js version 20 or higher to run. Make sure you have the correct version installed before starting the project.

You can check your Node.js version with the following command:

node -v

Environment Variables

The following environment variables are required for proper functioning of the application:

OPEN_AI_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxx
OPEN_WEATHER_API_KEY=xxxxxxxxxxxxxxxxxxxxxxx
RAPID_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxx
FREE_CURRENCY_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Project setup

$ npm install

Compile and run the project

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

API Documentation

The API documentation will be available once the project is running. You can access it at the following link:

Social Media

Connect with me on the following platforms:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published