Skip to content

andre-ols/geo-location-with-postgres

Repository files navigation

Badge Badge Badge badge badge

Geo-location with Postgres

This project is a simple example of how to use Postgres with Geo-location. The entire project runs with docker

How to Install

Before starting, you will need to have the following tools installed on your machine: Git, Node.js, Docker, Pnpm. Besides, it's good to have an editor to work with the code like VSCode

🎲 Running the Application

# Clone this repository
$ git clone https://github.com/andre-ols/geo-location-with-postgres.git

# access the project folder in the terminal/cmd
$ cd geo-location-with-postgres

# Fill the .env.development with the database access credentials

# Start the server using docker:
$ pnpm docker:up

How to use the Application 🚀

  • To start the application, just type pnpm docker:up in the terminal/cmd.

  • Open the documentation in the browser: http://localhost:3000/api

🛠 Technologies Used

The following tools were used in building the project:

Author


Linkedin Badge Gmail Badge

License

This project is under the license MIT.

Made with ❤️ by André Oliveira!

About

Geolocation system implemented using Postgres database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published