This is a Multi page application using nodejs mongodb and handlebars
git clone https://github.com/FaztWeb/express-mongodb-crud
cd express-mongodb-crud
docker-compose up
- You need mongodb installed and running on your computer. or alternatively you can use docker
git clone https://github.com/FaztWeb/express-mongodb-crud
cd express-mongodb-crud
npm install
npm run build
npm start
Now you can visit: http://localhost:3000