cbenaventte / crud-mongodbexpress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRUD with Nodejs, Express and Mongodb

This is a Multi page application using nodejs mongodb and handlebars

Installation with docker-compose (Recommended)

git clone https://github.com/FaztWeb/express-mongodb-crud
cd express-mongodb-crud
docker-compose up

Installation (Manually)

Requirements

  • 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

Todo

  • add search input to find tasks
  • add usert authentication and authorization
  • add docker configuration for production
  • add github actions setup

About


Languages

Language:Handlebars 58.4%Language:JavaScript 39.4%Language:Dockerfile 1.7%Language:CSS 0.6%