This is the complete frontend and backend project for BookEilen.
Frontend:
- React.js
- Next.js
- Axios / Fetch API
- Typescript
- Redux - State Management
- Tailwind CSS / SCSS / Bootstrap
- Ant Design - UI Components
Backend:
- Node.js
- Express.js
- MongoDB
- JWT for authentication
To set up the project locally, follow the steps below for both the frontend and backend directories.
Run the following command in both the frontend and backend folders:
npm installFor Frontend
npm run devFor Backend
npm startBookEilen/
├── frontend/
│ └── book-eilen/
└── backend/