- 💹 Node Js — A web framework for Node Js
- 📄 Sequelize — A promise-based Node.js ORM
- 🔗 Multer — A Middleware for handling multipart/form-data, primarily used for uploading files.
- ⚛️ React Js — A JavaScript library for building user interfaces
- ♻️ Hooks & Context — To handle State
- 🌀 React Router Dom — DOM bindings for React Router.
- 🐘 PostgreSQL — A powerful RDBMS
Node version >= 14 is required
Install Dependencies
npm install
to install root dependenciesnpm run client-install
to install client dependenciesnpm run server-install
for server dependencies
Run the project
npm run dev
to run client and server en development modenpm run db:migrate
to run Sequelize migrations