This project is a simple example of how to use Postgres with Geo-location. The entire project runs with docker
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
# 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
-
To start the application, just type
pnpm docker:up
in the terminal/cmd. -
Open the documentation in the browser: http://localhost:3000/api
The following tools were used in building the project:
This project is under the license MIT.
Made with ❤️ by André Oliveira!