Designed a Node.js web application that uses RESTful web services and supports CRUD (Create, Read, Update, Delete) operations, user authentication and authorization.
I also created a Ruby on Rails version of this application.
{
frontend: [handlebars, bootstrap],
backend: [express, nodejs],
database: [postgresql, sequelize]
}
docker-compose up -d # Start the app with one command.
# Check it out in localhost:3000