Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/fullstack #198

Open
wants to merge 27 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
f247862
add api and app initial code #194
Dec 20, 2023
d5a381c
transcription new folder fullstack
Dec 21, 2023
a1e2a8f
transcription folder fullstack
Dec 21, 2023
2f4a4f4
other changes
Dec 21, 2023
43c65ad
some changes in fullstack
Dec 21, 2023
650493c
somes changes
Dec 21, 2023
75d48b6
integrate app and api #194
Dec 22, 2023
4112d43
add type-module in package.json
Dec 22, 2023
69eb20a
changes in fullstack/api
Jan 10, 2024
a988c07
import api in fullstack
Jan 19, 2024
c286127
add api to fullstack
Jan 19, 2024
1d5f26a
refactor in api/app and updated the method of connecting to the serve…
Jan 27, 2024
678ed78
delete and modify somes files
Jan 27, 2024
c90a297
edit file .env #283
Jan 27, 2024
7d37f16
converted and created several tests/spec/logics to promises and creat…
Feb 3, 2024
129cb97
working on new concepts introduced in retrievePosts.spec, ex: ("Promi…
Feb 3, 2024
ff9a330
other changes
Feb 3, 2024
0f2da65
somes changes in logic file #308
Feb 5, 2024
b48341e
logics/tests/specs/endpoints with promises and logics tested with moc…
Feb 5, 2024
ab265a8
implement centralized error handling in app #351
Feb 12, 2024
40768d5
Created a centralized errors and validators module for api/app, creat…
Feb 15, 2024
3ebf56e
implement app routes #365
Feb 15, 2024
da2a2b8
implement explore user posts funcionally #373
Feb 17, 2024
a1603a8
move register, login and retrieve user logics in app to promises #375
Feb 17, 2024
78ecfe3
protect password in db with encryption #379
Feb 17, 2024
19602f1
implemented async/await and (bind) dinamic context "this"#384
Feb 19, 2024
417244f
creating project README #392
Feb 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"devDependencies": {
"vite": "^5.0.10"
},
"dependencies": {
"mongoose": "^8.1.0"
}
}
Loading