Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 434 Bytes

readme.md

File metadata and controls

17 lines (14 loc) · 434 Bytes

See website: 139.144.77.242 Project is running in Docker containers on VPS

MERN project:
Backend: Node.js, Express.js, MongoDB, JWT, Bcrypt
Frontend: React.js, Redux

To start server:
cd backend
npm install
npm start

To start client:
cd frontend
npm install
npm start image