Simple REST api boilerplate with firebase user authentication
- Add firebase json file to root folder
- Clone .env sample and fill in values
- Create PostgreSQL database
- Start with
make setup
to initialize migrations and install dependencies. - Run
make
to start the server.
- Golang with Chi router
- PostgreSQL
- Firebase Authentication
- Convert to use go mods.
- Create makefile to run migrations and start server.