Skip to content

Nodejs practice reading JSON file and full-text search

Notifications You must be signed in to change notification settings

notama958/vehicleDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VEHICLE DATABASE

Description

User uploads JSON file type to database and filter the database by using search bar

Layout

screenshot01 screenshot02

Backend

  • NodeJS, ExpressJS
  • MongoDB and Mongoose
  • Full-text search

Frontend

  • Vanilla JS

Setup

create .env in the root with the contain as following

    DB_PASSWORD=<your-db-password>
    DB_USERNAME=<your-db-name>
    DB_HOST=127.0.0.1

install dependencies

    npm install

run web app

    npm run dev

About

Nodejs practice reading JSON file and full-text search

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published