Chapplin Server is a backend server built using the progressive Node.js framework, NestJS, for efficient and scalable server-side applications.
The Chapplin Server is designed to provide a robust backend solution for modern applications, leveraging the power of NestJS. It ensures scalability, maintainability, and ease of integration with various services.
Repository: https://github.com/CAPELLAX02/chapplin-server
To set up the project, follow these steps:
Clone the repository
$ git clone https://github.com/CAPELLAX02/chapplin-server.git
Navigate to the project directory
$ cd chapplin-server
Install dependencies
$ npm install
You can run the project in different modes:
Development mode
$ npm run start
Watch mode (auto-restart on changes)
$ npm run start:dev
Production mode
$ npm run start:prod
The project includes tests to ensure code quality and stability:
Unit tests
$ npm run test
End-to-end tests
$ npm run test:e2e
Test coverage
$ npm run test:cov
Contributions are welcome! Please follow these steps:
-
Fork the repository.
-
Create a new feature branch (git checkout -b feature/your-feature).
-
Commit your changes (git commit -m 'Add a new feature').
-
Push your branch (git push origin feature/your-feature).
-
Open a pull request.