Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/martapolii/web-application-development-practice
- Owner: martapolii
- Created: 2024-09-06T21:15:29.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T19:49:25.000Z (about 1 month ago)
- Last Synced: 2024-10-19T19:39:04.714Z (27 days ago)
- Topics: authentication, back-end-development, crud, deployment, expressjs, front-end-development, full-stack-web-development, jwt, mongodb, nodejs, oauth2, reactjs, rest-api, web-development
- Language: JavaScript
- Homepage:
- Size: 40.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.