Compatible with all database managers,
- Mysql
- postgresql
- MongoDB
- etc
And of course Dillinger itself is open source with a public repository on GitHub.
Requires Node.js v10+ to run. Requires TypeORM v0.3.11 to run.
Install the dependencies and devDependencies and start the server.
cd rest-api-login
npm i
npm run dev
JWT_SECRET="R3sApp"
JWT_SECRET_RESET="R3sApp"
URL_FRONT_APP="http://localhost:3000"
USER
- Get All Users
- Get User By ID
- Create User
- Edit User
- Delete User
AUTH
- Login
- Change Password
- Forgot Password
MIT
Free Software, Hell Yeah!