Skip to content

πŸŒ‡ The PeruibeTec application server v2 πŸŒ‡

License

Notifications You must be signed in to change notification settings

PeruibeTEC/Server-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

logo-gobarber

πŸŒ† PeruibeTec Server API πŸŒ†

The best way to connect with PeruΓ­be !

GitHub top language Made by Repository size GitHub last commit Repository issues GitHub

πŸ“‹ Table of Contents

πŸ‘€ Overview

PeruibeTec is an app for the city of Peruibe in the state of SΓ£o Paulo, Brazil. The goal is to make the city more technological and integrated, helping the viability and traffic of information in the city, at PeruibeTec you really connect with PeruΓ­be, whether you are a resident or a tourist.

Tourists enjoy a usability specifically prepared for tourists

While the residents stay on top of everything that is happening in PeruΓ­be

πŸš€ Technologies

The main technologies used in this API are:

πŸ’» Getting started

Requirements

Fyi.: We recommend using the docker

Installing and configuring the project

Clone the project and access the folder

$ git clone https://github.com/PeruibeTec/Server-v2 && cd Server-v2

Follow the steps below

# Install the dependencies
$ yarn install

# Make a copy of '.env.example' to '.env'
# and set with YOUR environment variables.
$ cp .env.example .env

# Create the instance of PostgreSQL using docker
$ docker run --name peruibeTec-postgres -e POSTGRES_USER=docker \
              -e POSTGRES_DB=peruibeTec -e POSTGRES_PASSWORD=docker \
              -p 5432:5432 -d postgres

# Once the services are running, run the migrations
$ node ace migration:run

# Finally, run the api service in a development environment :)
$ yarn dev

# Well done, project is started!

πŸ€” How to contribute

Thank you for being interested in making this package better. We encourage everyone to help improve this project with new features, bug fixes or performance improvements. Take some time to read our contribution guide to make this process faster and easier.

Contribution Guidelines

To understand how to submit an issue, commit and create pull requests, check our Contribution Guidelines.

πŸ“ License

This project is licensed under the GPL 3.0 License - see the LICENSE file for details.



Copyright Β© 2021-Present, PeruibeTec.

About

πŸŒ‡ The PeruibeTec application server v2 πŸŒ‡

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •