Instructions how to run this application using your own database:
- Create Realtime Database in your Firebase console
- Copy database credentials
- Copy content of
.env-sample
and create new file named.env
- Update your database credentials in
.env
- Run:
npm install
- Run:
npm run dev
- Enjoy happy development at http://localhost:3000 :)
Provide credentials for simulate user auth in consts
FAKE_USER_EMAIL
and FAKE_USER_PASSWORD
and JWT_SECRET
.
You can find API documentation under path /docs