issues
search
Swap76
/
NodeJS_Mongo_BoilerPlate
CRUD Blog using NodeJS,Express, MongoDB
GNU Affero General Public License v3.0
21
stars
10
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump cookiejar from 2.1.2 to 2.1.4
#52
dependabot[bot]
opened
1 year ago
0
Bump json5 from 2.1.3 to 2.2.3
#51
dependabot[bot]
opened
1 year ago
0
Bump flat and mocha
#50
dependabot[bot]
opened
1 year ago
0
Bump jsonwebtoken from 8.5.1 to 9.0.0
#49
dependabot[bot]
opened
1 year ago
0
Bump express from 4.17.1 to 4.17.3
#48
dependabot[bot]
opened
1 year ago
0
Bump qs, body-parser and express
#47
dependabot[bot]
opened
1 year ago
0
Bump decode-uri-component from 0.2.0 to 0.2.2
#46
dependabot[bot]
opened
1 year ago
0
Bump moment from 2.25.3 to 2.29.4
#45
dependabot[bot]
opened
2 years ago
0
Bump shell-quote from 1.7.2 to 1.7.3
#44
dependabot[bot]
opened
2 years ago
0
Bump moment from 2.25.3 to 2.29.2
#43
dependabot[bot]
closed
2 years ago
1
Bump minimist from 1.2.5 to 1.2.6
#42
dependabot[bot]
opened
2 years ago
0
Bump ajv from 6.12.2 to 6.12.6
#41
dependabot[bot]
opened
2 years ago
0
Bump validator from 10.11.0 to 13.7.0
#40
dependabot[bot]
opened
3 years ago
0
Bump path-parse from 1.0.6 to 1.0.7
#39
dependabot[bot]
opened
3 years ago
0
Bump browserslist from 4.12.0 to 4.16.6
#38
dependabot[bot]
opened
3 years ago
0
Bump hosted-git-info from 2.8.8 to 2.8.9
#37
dependabot[bot]
opened
3 years ago
0
Bump lodash from 4.17.19 to 4.17.21
#36
dependabot[bot]
opened
3 years ago
0
Bump y18n from 4.0.0 to 4.0.1
#35
dependabot[bot]
closed
3 years ago
0
Bump dot-prop from 4.2.0 to 4.2.1
#34
dependabot[bot]
closed
3 years ago
0
Bump ini from 1.3.5 to 1.3.8
#33
dependabot[bot]
closed
3 years ago
0
Bump bl from 2.2.0 to 2.2.1
#32
dependabot[bot]
closed
4 years ago
0
Bump lodash from 4.17.15 to 4.17.19
#31
dependabot[bot]
closed
4 years ago
0
Bump acorn from 7.1.0 to 7.1.1
#30
dependabot[bot]
closed
4 years ago
0
Bump mongoose from 5.6.13 to 5.7.5
#29
dependabot[bot]
closed
4 years ago
0
Add Husky Hook
#28
Swap76
closed
4 years ago
4
WIP-add jwt on BlogController
#27
GauravMohla
closed
5 years ago
2
Update README.md
#26
GauravMohla
closed
5 years ago
1
Update README.md
#25
mashiromashi
closed
5 years ago
1
Change from Session to JWT in Blog controller
#24
Swap76
closed
4 years ago
2
Implement JWT Blacklisting using Redis
#23
Swap76
opened
5 years ago
1
Create and send JWT token on login instead of seesions
#22
Swap76
opened
5 years ago
3
added upvote and downvote for blogs
#21
nik72619c
closed
4 years ago
2
CreateToken | Auth | Encrypt | Decrypt for JWT (Solves #1)
#20
whyDontI
closed
5 years ago
3
Converting require to import with Babel
#19
mathcale
closed
5 years ago
2
Converted requires into imports
#18
julinvictus
closed
5 years ago
1
Convert all requires into imports
#17
Swap76
closed
5 years ago
0
add, configure and fix linting issues
#16
lacasera
closed
5 years ago
3
Update authcontroller to use async/await
#15
sowmiyamuthuraman
closed
5 years ago
2
Added blog.validator.js and id.validator.js
#14
whyDontI
closed
5 years ago
1
Logger/parent method
#13
whyDontI
closed
5 years ago
1
Add Testing and Setup basic tests
#12
Swap76
closed
4 years ago
2
Async await blog controller
#11
tlcheah2
closed
5 years ago
1
Add Upvote and Downvote feature for Blogs.
#10
Swap76
opened
5 years ago
14
Folder structure changes
#9
whyDontI
closed
4 years ago
6
Added User validation and response.js handling responses
#8
whyDontI
closed
5 years ago
2
Include Logger utility using Bunyan logger
#7
whyDontI
closed
5 years ago
2
Add ESlint into project and add the command for linting and fixing
#6
Swap76
closed
5 years ago
4
Create a Single function for Joi Validation and use it in Auth and Blog Controller
#5
Swap76
closed
5 years ago
3
Convert code into async await in Auth Controller
#4
Swap76
closed
5 years ago
2
Convert the code into async await in Blog Controller
#3
Swap76
closed
5 years ago
4
Next