Important
I created this for my own project (fullstack). I use it in the frontend part
- Users: https://web-production-f757.up.railway.app/user
- Images: https://web-production-f757.up.railway.app/image
- Login: https://web-production-f757.up.railway.app/login
- CRUD user
- CRUD images
- login
Cloudinary: to save the images the user uploaded. It's a Saas (Software as a service). provides us services in the cloud and developing and mantaining by itself
JWT (json web tokens): is a standard for transmitting information securely over the internet
Bcrypt: is a password-hashing function
- Nodejs
- Express
- Mongoose
- Jest
- Supertest
I did test of user model and image with jest and supertest.