@@ -16,9 +16,10 @@ If you found this project useful, then please consider giving it a ⭐️ on Git
16
16
17
17
1 . You need to install PostgreSQL
18
18
19
- - Install PostgreSQL for Windows and set following environment variable
20
- ` C:\Program Files\PostgreSQL\10\bin ` ,
21
- ` C:\Program Files\PostgreSQL\10\lib `
19
+ - For Windows
20
+ - Install PostgreSQL and set following environment variable
21
+ ` C:\Program Files\PostgreSQL\10\bin ` ,
22
+ ` C:\Program Files\PostgreSQL\10\lib `
22
23
- For Ubuntu
23
24
24
25
- Installation
@@ -51,17 +52,19 @@ you can change port in `.env` file check `.env-sample`
51
52
- CRUD operations for Lessons
52
53
- REST API Request object validations - Basic
53
54
- Error Logs
55
+ - Setup docs
54
56
- Seeder for DB
55
57
56
58
## Planned
57
59
58
- - JWT login
59
- - Postman collections
60
- - Improve request Object Validations
61
- - Improve Error Messages for request failures
62
- - Project / DB Setup in Ubuntu - Docs
63
- - Security
64
- - Hosting
60
+ - \[ ] JWT login
61
+ - \[ ] Unit Testing
62
+ - \[ x] Postman collections
63
+ - \[ ] Improve request Object Validations
64
+ - \[ ] Improve Error Messages for request failures
65
+ - \[ x] Project / DB Setup in Ubuntu - Docs
66
+ - \[ ] Security
67
+ - \[ ] Hosting
65
68
66
69
## Contributing
67
70
@@ -86,7 +89,23 @@ I welcome and encourage all pull requests. It usually will take me within 24-48
86
89
87
90
## Created & Maintained By
88
91
89
- [ @nmanikiran ] ( https://github.com/nmanikiran ) | [ @curioustushar ] ( https://github.com/curioustushar )
92
+ <table >
93
+ <tr >
94
+ <td align="center"><a href="http://nmanikiran.com"><img src="https://avatars2.githubusercontent.com/u/3726349?s=460&v=4" width="100px;" alt="Mani Kiran"/><br /><sub><b>Mani Kiran N</b></sub></a><br />
95
+ <a href="#" title="Code">💻 </a>
96
+ <a href="#" title="Documentation">📖</a>
97
+ <a href="#" title="Ideas">🤔</a>
98
+ <a href="#" title="Reviewed Pull Requests">👀</a>
99
+ <a href="#" title="Maintenance">🚧 </a>
100
+ </td>
101
+ <td align="center"><a href="https://curioustushar.github.io/"><img src="https://avatars3.githubusercontent.com/u/12570521?v=4" width="100px;" alt="Tushar Gupta"/><br /><sub><b>Tushar Gupta</b></sub></a><br />
102
+ <a href="#" title="Code">💻 </a>
103
+ <a href="#" title="Documentation">📖</a>
104
+ <a href="#" title="Answering Questions">💬 </a>
105
+ <a href="#" title="Maintenance">🚧 </a>
106
+ </td>
107
+ </tr >
108
+ </table >
90
109
91
110
Feel free to reach out to me through @nmanikiran if you have any questions or feedback!
92
111
0 commit comments