Please Note:
The following folders contain the backend and frontend projects, respectively:
- Job-Portal-Backend
- job-portal-ui
cd job-portal-ui
npm install . --legacy-peer-deps
npm run dev
- create
jobportaldb/document - create
sequencecollection/table - click on
add data-> import from json or csv file (similar to this) - copy the below json
[{
"_id": "users",
"seq": 0
},
{
"_id": "profiles",
"seq": 0
},
{
"_id": "jobs",
"seq": 0
},
{
"_id": "notification",
"seq": 0
}]
Please Note:
I have not implemented JWT because, its outdated and its creating me too much bugs
Demo screenshot:
Light mode:
dark mode:

