This repository contains initial modules and materials related to Level 2 coursework. It covers various topics in web development, including TypeScript, Express.js, MongoDB and Mongoose.
- Fundamental modules to kickstart your Backend development journey.
- Hands-on projects and assignments for practical learning.
- Comprehensive code examples and best practices.
- Detailed explanations and comments for better understanding.
- Resources and links for further learning and exploration.
- TypeScript
- Express.js
- MongoDB
- Mongoose
- Node.js and npm installed on your machine.
- Code editor like VS Code.
- Clone the Repository:
git clone https://github.com/mahmud035/Level-2-Initial-Modules.git
- Navigate to the Project Directory:
cd Level-2-Initial-Modules
- Install Dependencies:
npm install