Giter Site home page Giter Site logo

ramonfsk / stop-analyzing-api Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bancodobrasil/stop-analyzing-api

0.0 1.0 0.0 81 KB

Stop Analyzing API is the core module of Tinder like tool to help your customers make up their mind with no pain

License: MIT License

Dockerfile 3.15% Go 93.09% Shell 3.76%

stop-analyzing-api's Introduction

Stop Analyzing API

This is a Poppins project first-timers-only

Stop Analyzing is a tool that uses Tinder like interaction to help your customers make up their mind when choosing something that has lot of options, like a product of an e-commerce. Check this repo for more details and this issue explains how this idea was born. Stop Analyzing API has the core functions to make it happen.

This project was made for first-time contributors and open source beginners

This project follows the Poppins manifesto guidelines as part of it's community principles and policies, focusing all the decisions and interactions on providing open source beginners mentorship with real and relevant experiences, respecting each learning pace, background experience, academic formation, questions, suggestions, doubts and opinion.

Contribute now!

So, let's start contributing! Open an issue asking for a task to be done by you. A mentor/maintainer will come and provide a technical overview of the project and what are the possibles ways of contributing to the project. You will discuss the options and a suitable issue will be assigned or created to you.

That's it. Just make yourself at home and good luck!

Getting Started

Configure pre-commit code validations

This project includes pre-commit git hooks that make sure the code you commit is valid. In order to use them, you should rewire the default git hooks folder in your local repository by running (only once) git config core.hooksPath .githooks.

Generate database using the Prisma migration tool

To generate the database and the go class to handle the connection run the migration tool:

  1. Start database and pgadmin using the command docker-compose up -d postgres pgadmin
  2. At the prisma folder run the generate.sh file using the command sh generate.sh
  3. Your database is started and the tables are generated

Build API

To build stop-analyzing-api run the below code at the project root folder to run with Docker (suggested):

docker-compose build

Run API

To run stop-analyzing-api run the below code at the project root folder:

$ docker-compose up stop-analyzing-api

or to run with your local Go installation:

$ go run main.go

Awesome list of other Poppins projects for you to go

Awesome

stop-analyzing-api's People

Contributors

greenstage avatar tiagostutz avatar zamariola avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.