Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-19T07:07:14.000Z (5 months ago)
- Last Synced: 2024-11-23T14:12:39.929Z (2 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