You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -34,6 +34,24 @@ If you found this project useful, then please consider giving it a ⭐️ on Git
34
34
35
35
you can change port in `.env` file check `.env-sample`
36
36
37
+
## Features
38
+
39
+
- CURD operations for Cources
40
+
- CURD operations for Lessons
41
+
- REST API Request object validations - Basic
42
+
- Error Logs
43
+
- Seeder for DB
44
+
45
+
## Planned
46
+
47
+
- JWT login
48
+
- Postman collections
49
+
- Improve request Object Validations
50
+
- Improve Error Messages for request failures
51
+
- Project / DB Setup in Ubuntu - Docs
52
+
- Security
53
+
- Hosting
54
+
37
55
## Contributing
38
56
39
57
Awesome! Contributions of all kinds are greatly appreciated. To help smoothen the process we have a few non-exhaustive guidelines to follow which should get you going in no time.
@@ -50,22 +68,22 @@ I welcome and encourage all pull requests. It usually will take me within 24-48
50
68
51
69
- Match the document style as closely as possible.
52
70
- Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
53
-
- Pull requests must be made against master branch for this particular repository.
71
+
- Pull requests must be made against `development` branch for this particular repository.
54
72
- Check for existing [issues](https://github.com/nmanikiran/rest-api-node-typescript/issues) first, before filing an issue.
55
73
- Make sure you follow the set standard as all other projects in this repo
0 commit comments