University project for ERP system development intended for SME
Requirements:
- PostgreSQL running with imported DB:
/postgre/erp-project.sql
- Running Redis server (at default port 6379)
Step-by-step:
- Run
npm i
on both/server
and/client
to install dependecy. - Create
.env
file on both/server
and/client
(refer to.env.template
). Adjust it according to your environment. - Run
npm start
on both/server
and/client
to start both servers. - Open your favorite browser and access
http://localhost:3000
- NodeJS with ExpressJS
- PassportJS
- ReactJS
- react-router
- MUI
- Redis
- PostgreSQL