Skip to content

✉️ Mini-messageboard with Nodejs, Express and MongoDB

Notifications You must be signed in to change notification settings

ghost-goblin/mini-messageboard

Repository files navigation

✉️ Mini Messageboard

  • Learned about routing and GET / POST requests on a Nodejs server
  • MongoDB backend hosted in the cloud for persistence, and connected with the SERVER_URL env variable
  • Experimented with MVC architecture and design
  • Dockerized the node application and run on AWS Fargate behind an Application Load Balancer:
docker build . -t sp00kysp00k/messageboard
docker run -d -p 3000:3000  --env-file .env sp00kysp00k/messageboard
docker push sp00kysp00k/messageboard:latest

About

✉️ Mini-messageboard with Nodejs, Express and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published