https://github.com/batanoffs/backend-softuni
This project contains the course exercises from Backend Module in Software University ( SoftUni ) where we learned technologies like nodejs, express, mongodb, mongoose
https://github.com/batanoffs/backend-softuni
api authentication-backend backend bcrypt controllers cookies express mongodb mongoose nodejs routers salting services validation-backend
Last synced: 7 months ago
JSON representation
This project contains the course exercises from Backend Module in Software University ( SoftUni ) where we learned technologies like nodejs, express, mongodb, mongoose
- Host: GitHub
- URL: https://github.com/batanoffs/backend-softuni
- Owner: batanoffs
- Created: 2024-05-23T08:18:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-19T07:07:14.000Z (about 1 year ago)
- Last Synced: 2025-01-23T20:17:24.923Z (9 months ago)
- Topics: api, authentication-backend, backend, bcrypt, controllers, cookies, express, mongodb, mongoose, nodejs, routers, salting, services, validation-backend
- Language: JavaScript
- Homepage:
- Size: 4.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Here I store some of the practice projects we have built during this backend module in SoftUni.
In this course I have learned- backend authentication
- backend validation
- setting up mongodb
- configuring express.js
- working with tokens
- encription and salting
- creating services, controllers and routes