AITU Backend - Assignment 3

This repository contains the backend code for Assignment 3 of the AITU course.

Installation

  1. Clone the repository:
    git clone https://https://github.com/neobyvatel/web_3
     cd project-name
  2. Install the dependencies:
    npm install
  3. Run server
    npm run dev

Used npm Dependencies express: Easy and Fast JavaScript framework. nodemon: Automatically restarts the node application when file changes (developer's dependency). axios: A promise-based HTTP library. body-parser: NodeJS body parsing middleware. ejs: Embedded JavaScript templates. mongoose: Mongoose is a MongoDB object modeling tool that supports Node.js.

Resources Used Tailwind CSS: A utility-first CSS framework for rapidly building custom designs. Google Fonts (Poppins): Font family used in the project. Yandex Maps API: A comprehensive tool for integrating interactive maps.