All Projects → bancodobrasil → stop-analyzing-api

bancodobrasil / stop-analyzing-api

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

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to stop-analyzing-api

cannercms
⚡️[NOT MAINTAINED] Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs.
Stars: ✭ 2,452 (+15225%)
Mutual labels:  prisma
nestjs-prisma-docker
Dockerizing a NestJS app with Prisma and PostgreSQL
Stars: ✭ 42 (+162.5%)
Mutual labels:  prisma
nestjs-prisma-starter
Starter template for NestJS 😻 includes GraphQL with Prisma Client, Passport-JWT authentication, Swagger Api and Docker
Stars: ✭ 1,107 (+6818.75%)
Mutual labels:  prisma
throw-me
A url shortener made with nextjs and postgresql database operated with Prisma
Stars: ✭ 34 (+112.5%)
Mutual labels:  prisma
cadhub
We're out to raise awareness and put CodeCAD on the map. The success of CadHub can be measured by the amount it promotes the use of CodeCAD within the mechanical/manufacturing industry and the strength the CadHub community.
Stars: ✭ 204 (+1175%)
Mutual labels:  prisma
graphql-middleware-forward-binding
GraphQL Binding forwardTo plugin for GraphQL Middleware
Stars: ✭ 24 (+50%)
Mutual labels:  prisma
prisma-erd-generator
Generate an ER Diagram based on your Prisma schema every time you run npx prisma generate
Stars: ✭ 249 (+1456.25%)
Mutual labels:  prisma
boilerplate
Fullstack boilerplate using Typescript, React, Node & GraphQL
Stars: ✭ 738 (+4512.5%)
Mutual labels:  prisma
praxis
Social networking platform built with Next.js, Apollo GraphQL, and Prisma
Stars: ✭ 37 (+131.25%)
Mutual labels:  prisma
gin-rest-prisma-boilerplate
🍱 backend with gin (golang web framework), redis, prisma, rbac, and authentication
Stars: ✭ 25 (+56.25%)
Mutual labels:  prisma
nextjs-graphql-adminpanel
Admin panel built with NextJS(Typescript), Material UI, Apollo Client & GraphQL. In the backend, Prisma 2 with Nexus and Mysql is used.
Stars: ✭ 119 (+643.75%)
Mutual labels:  prisma
bot
🎲 A general purpose utility bot, with an economy, games, and lots of other features.
Stars: ✭ 95 (+493.75%)
Mutual labels:  prisma
node-express-prisma-v1-official-app
Official real world application built with Node + Express + Typescript + Prisma
Stars: ✭ 24 (+50%)
Mutual labels:  prisma
peppermint
An open source ticket management & help desk solution. A freshdesk alternative
Stars: ✭ 367 (+2193.75%)
Mutual labels:  prisma
prettier-plugin-prisma
Prettier plugin for Prisma
Stars: ✭ 102 (+537.5%)
Mutual labels:  prisma
prismaliser
Visualise your Prisma schema!
Stars: ✭ 230 (+1337.5%)
Mutual labels:  prisma
next-prisma
🚀 Static site with Next.js 9.4 and Prisma.
Stars: ✭ 116 (+625%)
Mutual labels:  prisma
goprisma
A Go wrapper for prisma to turn databases into GraphQL APIs using Go.
Stars: ✭ 54 (+237.5%)
Mutual labels:  prisma
uzual-mobile
Feed your brains with habits for a better mood
Stars: ✭ 67 (+318.75%)
Mutual labels:  prisma
nest-prisma-rest-api-boilerplate
Nest + Prisma + TypeScript | REST API Starter repository
Stars: ✭ 24 (+50%)
Mutual labels:  prisma

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
  1. At the scripts/prisma folder run the generate.sh file using the command
sh generate.sh
  1. Your database is started and the tables are generated

Build API using Docker

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

docker-compose build

Run API using Docker

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

$ docker-compose up stop-analyzing-api

Build API environment using Docker

To build stop-analyzing-api environment execute the bash script below at the project root folder:

$ local_build.sh

Run API using local Go installation

Execute the Go command bellow at the project root folder:

$ DATABASE_URL=postgresql://user2020:pass2020@localhost:5432/stop-analyzing-api go run main.go

Awesome list of other Poppins projects for you to go

Awesome

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].