Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 276 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 276 Bytes

Frontend tools

  • React.js
  • Redux.js
  • Thunk
  • SASS

Backend tools

  • Node.js
  • Express.js
  • Bcrypt.js
  • JSON Web Token

Database

  • PostgreSQL
  • Sequelize ORM

To start client

cd frontend/
npm start

To start server

cd backend/
npm start