Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 685 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 685 Bytes

Szkoła Reacta API (SRAPI)

Instructions how to run this application using your own database:

  1. Create Realtime Database in your Firebase console
  2. Copy database credentials
  3. Copy content of .env-sample and create new file named .env
  4. Update your database credentials in .env
  5. Run: npm install
  6. Run: npm run dev
  7. Enjoy happy development at http://localhost:3000 :)

Fake user credentials

Provide credentials for simulate user auth in consts FAKE_USER_EMAIL and FAKE_USER_PASSWORD and JWT_SECRET.

API Documentation

You can find API documentation under path /docs