https://github.com/francescocoding/portfolio-api
🦁 Personal portfolio's Server and REST API, built with Node, Express, TypeScript, MongoDB and other magic tools.
https://github.com/francescocoding/portfolio-api
express jwt mongodb nodejs rest-api typescript
Last synced: about 2 months ago
JSON representation
🦁 Personal portfolio's Server and REST API, built with Node, Express, TypeScript, MongoDB and other magic tools.
- Host: GitHub
- URL: https://github.com/francescocoding/portfolio-api
- Owner: FrancescoCoding
- License: mit
- Created: 2022-08-06T16:12:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-15T19:27:58.000Z (9 months ago)
- Last Synced: 2025-07-13T07:37:14.847Z (9 months ago)
- Topics: express, jwt, mongodb, nodejs, rest-api, typescript
- Language: TypeScript
- Homepage: https://portfolio-api-2023-m5kgbmw7h-francescocoding.vercel.app/api/projects
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Portfolio - REST API 🦁
Personal portfolio built with React and other technologies.
Link: [**Live API**](https://portfolio-api-2023-m5kgbmw7h-francescocoding.vercel.app/api/projects)
### List of Technologies and features:
- 🚀 Built with the latest **_Node_** and **_Express_** versions
- 🔐 **_TypeScript_** for strong Static Typing
- 📅 **_MongoDB_** database with **_Mongoose_** for custom schemas
- 💪 Use of the best **_REST practices_**
- 📧 **_Postman_** for creating and testing the API
- 🚯 User input **_sanitation_**
- 🔑 Authentication & JWT Tokens ([jsonwebtoken](https://www.npmjs.com/package/jsonwebtoken), [bcryptjs](https://www.npmjs.com/package/bcryptjs))
- 🎯 **_ESLint_** analysis to make the application more robust and production standard