Skip to content

A simple search engine BE project based on Node.js and Typescript

Notifications You must be signed in to change notification settings

Theofilos-Chamalis/simple-search-engine-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Search Engine (Server)

A simple backend application that allows serves a list of construction companies to the appropriate frontend application. The list resides in a JSON file that is included in the project.

Screenshots

Desktop Screenshot Mobile Screenshot

Tech Stack

Client: React, Typescript, Vite, EmotionCSS, Mantine

Server: Node, Express, Typescript, Pino, Helmet, Node Json DB

Install & Run Locally

Clone the project

  git clone https://github.com/Theofilos-Chamalis/simple-search-engine-server.git

Go to the project directory

  cd simple-search-engine-server/

Install dependencies

  yarn

Start the server in production mode

  yarn start:prod

(Optional) Start the server in development mode

  yarn dev