Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeffascript/nextjs-houselisting

A House listing app with Next.js + TS, Mapbox, Firebase, Prisma, GraphQL & PostgreSql
https://github.com/jeffascript/nextjs-houselisting

Last synced: 10 days ago
JSON representation

A House listing app with Next.js + TS, Mapbox, Firebase, Prisma, GraphQL & PostgreSql

Awesome Lists containing this project

README

        

# House Listings in Berlin

## Start in DEV

```
npm run dev

```

OR

```
yarn run dev
```

## Start in PRD

```
npm start

```

OR

```
yarn start
```

# TODO

[ ] - restyle the app with glassmorphism design

[ ] - restyle the signin firebaseui with global css reset (firebaseAuth.tsx)

[ ] - seed postgres with data from listing API/ Json Berlin -- Maybe Zillow.

[ ] - Styling for Darkmode and lightmode

[ ] - Extras...

```

https://github.com/firebase/firebaseui-web-react/tree/e2acfddcfa6fca369eecc7184f8830a9c018631a/example/src
https://www.npmjs.com/package/react-firebaseui

```