An open API service indexing awesome lists of open source software.

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.

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