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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ This document contains detailed information about the project scope and future r
- [ ] Create boilerplate for server - [ ] Create boilerplate for server
- [ ] Use golang as server side language - [ ] 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 base schema for user
- [ ] Define the auth schemes and variables required for that - [ ] Define the auth schemes and variables required for that
- [ ] Basic Auth (Username & Password based) - [ ] Basic Auth (Username & Password based)