Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/martapolii/web-application-development-practice

This repository focuses on building full-stack web applications using Node.js, Express, MongoDB, and React. It includes creating REST APIs, implementing authentication, and deploying applications to production environments.
https://github.com/martapolii/web-application-development-practice

authentication back-end-development crud deployment expressjs front-end-development full-stack-web-development jwt mongodb nodejs oauth2 reactjs rest-api web-development

Last synced: 2 days ago
JSON representation

This repository focuses on building full-stack web applications using Node.js, Express, MongoDB, and React. It includes creating REST APIs, implementing authentication, and deploying applications to production environments.

Awesome Lists containing this project

README

        

"# Web Application development practice

This repository focuses on designing, developing, and testing full-stack web applications using various modern web technologies.

Key Concepts
- Node.js: Setting up server-side environments and creating REST APIs.
- Express.js: Building fast and scalable web applications.
- MongoDB: Storing and retrieving data using a NoSQL database.
- React.js: Developing dynamic front-end interfaces.
- Authentication: Implementing secure user authentication and authorization.
- Full-Stack Web Development: Integrating the front-end and back-end using RESTful APIs.
- Database Connectivity: CRUD operations and ensuring data integrity.
- Production Deployment: Deploying web applications on platforms like AWS or Heroku.
- Security: Implementing OAuth2, JWT, and secure session management.