Skip to content

Commit bbc0c81

Browse files
author
App Generator
committed
Release v1.0.0-rc2 - MongoDB branch
1 parent 2d77256 commit bbc0c81

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [v1.0.0-rc2] 2021-07-20
4+
### Stable release - Mongo branch
5+
6+
- Stack: NodeJS / Express / MongoDB / Mongoose
7+
- API:
8+
- Sign UP: `/api/users/register`
9+
- Sign IN: `/api/users/login`
10+
- Logout: `/api/users/logout`
11+
- Check Session: `/api/users/checkSession`
12+
- Edit User: `/api/users/edit`
13+
- Data persistence
14+
- MongoDB / Mongoose
15+
316
## [v1.0.0-rc1] 2021-07-20
417
### Stable release - MAIN branch
518

0 commit comments

Comments
 (0)