Skip to content

A NestJS-based backend service for meme coin operations.

Notifications You must be signed in to change notification settings

Ulanxx/meme-genix-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meme Genix Server

A NestJS-based backend service for meme coin operations.

Description

This project provides API services for meme coin operations, including:

  • Blockchain interaction
  • User management
  • Token operations
  • Transaction handling

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

Environment Variables

Copy .env.example to .env and update the values according to your environment:

  • Database configuration
  • JWT configuration
  • Blockchain configuration
  • Server configuration

API Documentation

After starting the application, visit /api for the Swagger documentation.

Features

  • TypeScript support
  • PostgreSQL integration
  • Web3 integration
  • JWT authentication
  • Swagger API documentation
  • Environment configuration
  • Unit and E2E testing setup

About

A NestJS-based backend service for meme coin operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published