We are a Jappuri! An app who make a bridge between Tourist and local places in Japan, teaching etiquettes and labels.
For this project we are using NodeJS + Express with TS connected to a PostgreSQL instance.
Its important to have these env setted up
PORT
GOOGLE_API_KEY
DATABASE_URL
FRONTEND_URL
FIREBASE_JSON_KEY
Install dependencias, configure your own PostgreSQL, and run the next command!
npx prisma migrate dev
npm run dev