/search-app

Primary LanguageJavaScript

Search app

This is a code example, not a real world application. Search cities application, adds cities to a list, it doesn't save the list in DB. Created using JavaScript and PostgreSQL.

Demo

Tech Stack

Tools Used

In order to start the app you need to create an .env file.

Create a .env file

You can find a .env.example file in the root directory as a starting point. You can copy the content of this file to .env and add your own values.

nano .env

Start the app in dev mode

npm run dev:server
npm run dev:client

screenshot screenshot