Skip to content
/ nester Public template

πŸš€πŸŽ‰πŸ“š Boilerplate and Starter for NestJS, This project is starting point for anyone looking to start a new project using NestJS. It comes with some pre-written code to help you get started quickly, and it includes features for authentication, notifications, attachments, and user management.

License

Notifications You must be signed in to change notification settings

muhammadzadeh/nester

Repository files navigation

Nester: A Simplified Introduction

Welcome to the Nester project! This project is a fantastic starting point for anyone looking to kick off a new project using NestJS. It comes with some pre-written code to help you get started quickly, and it includes features for authentication, notifications, attachments, and user management.

What's NestJS?

NestJS is a progressive Node.js framework for building efficient, reliable, and scalable server-side applications. It uses modern JavaScript, is built with TypeScript, and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).

What Does Nester Include?

Nester is packed with a variety of technologies to help you build robust applications:

  • NestJS: The core framework we're using to build our application.
  • PostgreSQL: Our database system, which is great for storing structured data.
  • Redis: An in-memory data structure store, used for caching and message brokering.
  • RabbitMQ: A message broker that helps our application internal communication.
  • Fluentd: A data collector that helps us aggregate logs and metrics.
  • Elastic APM: Application Performance Monitoring to keep an eye on how our application is performing.

How Do I Get Started?

It's super easy to get started with Nester! Here's a quick guide:

  1. Run Dependencies: First, we need to get all the necessary services up and running. We use Docker to manage these services, so you'll need to have Docker installed on your machine. Once you have Docker, run the following command to start all the services:

docker compose up -d

  1. Configure Your Project: Next, we need to set up our project's configuration. We have a sample configuration file that you can copy to get started. Run the following command to copy the configuration file:

cp config.example.yml config.yml

Now you can open config.yml and fill in your own settings.

  1. Start Project: Run the following command from the project root directory:

    npm i

    Then

    npm run start:dev

    OR

    make run

  2. Your app should run on port 3000(default until change it in config.yml), and documentation is available in below addresses:

What's Next?

Once you've got your environment set up, you can dive into the details of each part of the Nester project:

  • Architecture: Learn about the overall structure of the application.
  • Configuration: Find out how to customize your application's settings.
  • Attachments: Understand how to handle file uploads and downloads.
  • Authentication: Secure your application with user logins and access controls.
  • Notification: Set up a system to send users notifications.
  • User Management: Manage users, including registration, profile updates, and more.
  • Production Deployment: See how to deploy your app for production use.

About

πŸš€πŸŽ‰πŸ“š Boilerplate and Starter for NestJS, This project is starting point for anyone looking to start a new project using NestJS. It comes with some pre-written code to help you get started quickly, and it includes features for authentication, notifications, attachments, and user management.

Topics

Resources

License

Stars

Watchers

Forks

Languages