All Projects → StefanoSaffran → Ecoleta

StefanoSaffran / Ecoleta

Licence: mit
Ecoleta - Developed during the event NLW 1.0 by @Rocketseat

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Ecoleta

Schemats
Generate typescript interface definitions from SQL database schema
Stars: ✭ 799 (+2655.17%)
Mutual labels:  postgres
Go Base
Go RESTful API Boilerplate with JWT Authentication backed by PostgreSQL
Stars: ✭ 928 (+3100%)
Mutual labels:  postgres
Monogamy
Add table-level database locking to ActiveRecord
Stars: ✭ 12 (-58.62%)
Mutual labels:  postgres
Supabase
The open source Firebase alternative. Follow to stay updated about our public Beta.
Stars: ✭ 25,142 (+86596.55%)
Mutual labels:  postgres
Pgx
Build Postgres Extensions with Rust!
Stars: ✭ 903 (+3013.79%)
Mutual labels:  postgres
Node Pg Migrate
Node.js database migration management for Postgresql
Stars: ✭ 838 (+2789.66%)
Mutual labels:  postgres
Slick Pg
Slick extensions for PostgreSQL
Stars: ✭ 780 (+2589.66%)
Mutual labels:  postgres
Kotgres
SQL generator and result set mapper for Postgres and Kotlin
Stars: ✭ 21 (-27.59%)
Mutual labels:  postgres
Docker Postgres
A docker container running PostgreSQL
Stars: ✭ 22 (-24.14%)
Mutual labels:  postgres
Pg Extra
🐘 some helpful extensions for node-postgres
Stars: ✭ 12 (-58.62%)
Mutual labels:  postgres
Activerecordextended
Adds additional postgres functionality to an ActiveRecord / Rails application
Stars: ✭ 830 (+2762.07%)
Mutual labels:  postgres
Django Postgres Graphql Boilerplate
A Boilerplate for a Django-GraphQL Project
Stars: ✭ 17 (-41.38%)
Mutual labels:  postgres
Go Kallax
Kallax is a PostgreSQL typesafe ORM for the Go language.
Stars: ✭ 853 (+2841.38%)
Mutual labels:  postgres
Records
SQL for Humans™
Stars: ✭ 6,761 (+23213.79%)
Mutual labels:  postgres
Awesome Postgres
A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql
Stars: ✭ 7,468 (+25651.72%)
Mutual labels:  postgres
Zws
Shorten URLs using invisible spaces.
Stars: ✭ 780 (+2589.66%)
Mutual labels:  postgres
Hotseat Api
Rest API of a barber shop application - Built with Express, TypeORM and Postgres
Stars: ✭ 27 (-6.9%)
Mutual labels:  postgres
Example Api
A base API project to bootstrap and prototype quickly.
Stars: ✭ 27 (-6.9%)
Mutual labels:  postgres
Guardian auth
The Guardian Authentication Implementation Using Ecto/Postgresql Elixir Phoenix [ User Authentication ]
Stars: ✭ 15 (-48.28%)
Mutual labels:  postgres
Typescript Seed
Typescript Seed Project (Angular, Hapi, Cookie Auth, TypeORM, Postgres)
Stars: ✭ 12 (-58.62%)
Mutual labels:  postgres

♻️ NextLevelWeek 1.0 ♻️

Project programing languages count Repository size Last commit on GitHub Made by Stefano Project top programing language GitHub license

Project   |    Built with   |    How to run   |    License   |    Get in touch

Run in Insomnia

💻 Project

Ecoleta is an application that aims to help people find places that collect specific types of waste, encouraging people to recycle more.

🚀 Built with

This project was developed with the following technologies:

Backend
Frontend
Mobile

ℹ️ How to run

Requirements

To run the application you will need:

I strongly recommend using Docker to run the databases.
If you decide to use docker, follow this steps to install and run the docker image.

# install Postgres image (if you don't specify an username it will be postgres by default)
$ docker run --name imagename -e POSTGRES_PASSWORD=yourPassword -p 5432:5432 -d postgres

# start Postgres
$ docker start imageName

Backend

Now clone the repository and install the dependencies.

# to clone the repository
$ git clone https://github.com/StefanoSaffran/ecoleta.git

# go into the backend folder
$ cd ecoleta/backend

#install the backend dependencies
$ yarn

In order to connect to the database, you will need to enter the access informations into a ormconfig.json. You can find more about it here.

# run migrations
$ yarn typeorm migration:run

# run api
$ yarn dev:server

Frontend

# in another tab of the terminal install the frontend dependencies and run it 
$ cd frontend
$ yarn
$ yarn start

Mobile

The Application was developed using Expo. It is a free and open source toolchain built around React Native to facilitate the process of running and testing applications. Click here to get start with Expo.

# install the dependencies
cd mobile
yarn

In order to run the application on your device, you need to change the ip config.

api.ts

  baseURL: 'http://192.168.0.185:3333',

replace 192.168.0.185 with your machine's ip.

Now with everything on place, run the application.

# to run the app
yarn start

Expo will open a page in your browser, scan the QRcode on the page and wait for the app to load.

The Application was developed and tested on Iphone 6s and Android Studio Emulator.

📝 License

This project is under the MIT license. See the LICENSE for more information

📬 Get in touch!

Website - Stefano Saffran     Linkedin - Stefano Saffran     Email - Stefano Saffran

Made with ☕️ and ❤️ by Stefano Saffran.

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].