this repo is developed with node js(express)
Clone the repository
install postgresql in local and create database with name "database_development"
install sequelize library for postgresql
run migrations in command line/terminal with "sequelize db:migrate"
With the above instructions DataBase and tables will be created.
Now create your account and continue from client side.