v1.0.0
·
77 commits
to master
since this release
- Persistance migrated to SQLite3 / TypeORM
- Stack: Node JS/ Express / TypeORM / SQLite3
- API:
- Sign UP:
/api/users/register
- Sign IN:
/api/users/login
- Logout:
/api/users/logout
- Check Session:
/api/users/checkSession
- Edit User:
/api/users/edit
- Sign UP:
- Data persistence
- TypeORM / SQLite3
- Db migrations are in
src/migrations
folder - Added new config
ormconfig.json