- Node.Js
- MongoDB
User Should be able to access following resource :
- Python
- HTML & CSS
- JavaScript
- Data Structure
- Machine Learning & Deep Learning
- Android Development
- Backend Development
- Frontend Development
SCHEMA
=======
[Make one collection and filter by tags]
Model Name : coding-resource
title : 'String'
url : 'String'
dlevel : 'Begineers', 'Moderate', 'Experts'
tags : [enums]
bookmark : boolean [DEFAULT - false]
active : boolean [DEFAULT - true]
```
SCHEMA
=======
Model Name : events
title : String
url : String
place : String
country : String
event date : 'DATE' [String]
subscription : boolean [DEFAULT - false]
active : [DEFAULT - true]
```
```
SCHEMA
=======
Model Name - fellowship
text : String
link : String
place : String
country : String
field : String
eligiblity : enum [Bachelors, Masters, PHD]
application deadline : DATE
active : boolean [DEFAULT - true]
subscribe : boolean [DEFAULT - false]
bookmark : boolean [DEFAULT - false]
online : boolean [Online or InPerson]
```
SCHEMA
=======
Model Name - Scholarship
text : String
url : String
field : String
bookmark : boolean
active : boolean
subscribe : boolean
SCHEMA
=======
Model Name - Hackathon
Name : String
Domain : String
url : String
Type : Enum[Online or InPerson]
Application Start Date : Date
Application End Date : Date
place : String
Country : String
TR : Enum[Yes, No, Partial]
subscribe : boolean
active : boolean
bookmark : boolean
SCHEMA
=======
Model Name - Competition
title : String
Domain : String
url : String
Type : Enum[Online or InPerson]
Application Start Date : Date
Application End Date : Date
place : String
Country : String
subscribe : boolean
active : boolean
bookmark : boolean
S.No | Issue | Status |
---|---|---|
1 | Structuring Database and Specifing the Section for Resources | In Progress |
2 | Define Routes | InComplete |
3 | Update User Authentication | InComplete |