Authors: Faysal and Manik
online-nursery-website-server is a Node.js and TypeScript-based server application designed to provide a robust and scalable backend solution for an online nursery store. This application uses Express.js for handling HTTP requests, Mongoose for MongoDB interactions, and various other libraries for enhanced functionality. This README file will guide you through the setup and usage of this application.
- Backend: nursery-website-server
- Backend Repository: nursery-website-server-repository
- Express.js for routing and handling HTTP requests
- Mongoose for MongoDB object modeling
- CORS support for enabling cross-origin requests
- Environment Configuration using dotenv
- TypeScript for static typing and improved developer experience
- ESLint for maintaining code quality and consistency
- Node.js
- Express.js
- TypeScript
- Mongoose (MongoDB)
- ESLint for linting
- dotenv for environment variable management
Ensure you have the following installed:
-
Clone the repository:
https://github.com/faysaldev/nusery_backend_server cd nusery_server