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.
- Node.js JavaScript runtime
- Express web framework for Node.js
- Elephantsql PostgreSQL as a Service
- React a JavaScript library for building user interfaces
- Styled Components CSS-in-JS
In order to start the app you need to create an .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 .envnpm run dev:server
npm run dev:client

