https://github.com/thomascode92/my-messages
The one App for sharing Messages with the World! A Full-Stack Application written in Angular & NodeJS, orchestrated by Docker.
https://github.com/thomascode92/my-messages
angular docker express full-stack javascript mean-stack mongodb nodejs rest-api typescript
Last synced: 22 days ago
JSON representation
The one App for sharing Messages with the World! A Full-Stack Application written in Angular & NodeJS, orchestrated by Docker.
- Host: GitHub
- URL: https://github.com/thomascode92/my-messages
- Owner: ThomasCode92
- Created: 2022-06-29T10:51:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T10:35:42.000Z (over 2 years ago)
- Last Synced: 2024-10-11T22:19:03.100Z (6 months ago)
- Topics: angular, docker, express, full-stack, javascript, mean-stack, mongodb, nodejs, rest-api, typescript
- Language: TypeScript
- Homepage:
- Size: 602 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyMessages - Share it with the World
Welcome to the Source Code of the __MyMessage App__.
The one app for sharing messages with the world!## About the Project
### Summary
This project is a (very small) _Twitter Clone_. With this application, you can share messages and pictures with the world.
Yet, the foundation for this app is the [MEAN Stack Guide](https://www.udemy.com/course/angular-2-and-nodejs-the-practical-guide/) from [Academind](https://academind.com).### Core technologies
This application is built with the MEAN-stack, so these are the fundamental technologies:
- MongoDB - Document database
- Express - NodeJS web framework
- Angular - Client-side JavaScript framework
- NodeJS - JavaScript web serverWith the help of Docker (and Docker-Compose), each part of the application will run in its own container.
- Backend - NodeJS/Express application
- Frontend - Angular SPA
- Database - MongoDB