/CRUD

Node.js CRUD application uses RESTful web services, authentication, and PostgreSQL.

Primary LanguageJavaScript

CRUD

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.

Database Diagram

{
    frontend: [handlebars, bootstrap],
    backend: [express, nodejs],
    database: [postgresql, sequelize]
}

Run in Docker

docker-compose up -d # Start the app with one command.

# Check it out in localhost:3000

Demo

https://restful-crud.herokuapp.com