Update ROADMAP.md

This commit is contained in:
Lakhan Samani
2021-06-28 20:44:26 +05:30
committed by GitHub
parent d65afe1bf1
commit 550ec3be86

View File

@@ -6,7 +6,7 @@ This document contains detailed information about the project scope and future r
- [ ] Create boilerplate for server
- [ ] Use golang as server side language
- [ ] Use [Prisma.io](https://github.com/prisma/prisma-client-go) as ORM
- [ ] Use [gorm](https://github.com/go-gorm/gorm) as ORM
- [ ] Define base schema for user
- [ ] Define the auth schemes and variables required for that
- [ ] Basic Auth (Username & Password based)