Skip to content

webdazer0/monorepo-bookjs-with-express

Repository files navigation

BookJs

Monorepo BookJs

Demo: https://bookjs.up.railway.app/

Backend

  • Express
  • Cloudinary
  • Mongoose (MongoDB object modeling)

Frontend

  • Vanilla Javascript

next: Frontend in React & Angular

Development Setup

Prerequisites

Installation

  • Clone this repository on your local computer
git clone https://github.com/webdazer0/monorepo-bookjs-with-express.git
  • Rename sample.env to .env.

  • Configure .env as needed

  • Install dependecies

npm install
  • Build frontend before run backend
npm run build
  • Run project
npm run dev

Go to http://localhost:3000/ to ensure that it is running.

Demo: https://bookjs.up.railway.app/