All Projects → FaztWeb → express-mongodb-crud

FaztWeb / express-mongodb-crud

Licence: other
Web Application CRUD using Nodejs and Mongodb

Programming Languages

Handlebars
879 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects
CSS
56736 projects

Projects that are alternatives of or similar to express-mongodb-crud

express-mongo-jwt-boilerplate
Express Mongo JsonWebToken boilerplate
Stars: ✭ 100 (+14.94%)
Mutual labels:  mongoose, expressjs
search-cities
No description or website provided.
Stars: ✭ 11 (-87.36%)
Mutual labels:  mongoose, expressjs
pothole detection
By using this app users can report the potholes on road by clicking a photo via our app and if a pothole is detected by Machine Learning modal then it is saved to our Database from where officials can view the specifics like location,reported by and official can resolve the request.User are notified by email for every update regarding their request
Stars: ✭ 17 (-80.46%)
Mutual labels:  mongoose, expressjs
Nest Mean
NestJS Tutorial Repository
Stars: ✭ 250 (+187.36%)
Mutual labels:  mongoose, expressjs
MERN-JWT-AND-ROLE-AUTH
Neccessary features needed for your mern Application are now available.
Stars: ✭ 30 (-65.52%)
Mutual labels:  mongoose, expressjs
nodejs-scaffolding
A node.js sample application that demonstrates an architecture for building a complete production API with Node.JS, Express.JS and MongoDB
Stars: ✭ 33 (-62.07%)
Mutual labels:  mongoose, expressjs
mern-stack-crud
MERN stack (MongoDB, Express, React and Node.js) create read update and delete (CRUD) web application example
Stars: ✭ 142 (+63.22%)
Mutual labels:  mongoose, expressjs
Bookmarks.dev
Bookmarks and Code Snippets Manager for Developers & Co
Stars: ✭ 218 (+150.57%)
Mutual labels:  mongoose, expressjs
Natours
An awesome tour booking web app written in NodeJS, Express, MongoDB 🗽
Stars: ✭ 94 (+8.05%)
Mutual labels:  mongoose, expressjs
commerce
🛒 e-commerce-platform
Stars: ✭ 54 (-37.93%)
Mutual labels:  mongoose, expressjs
AmigoChat-Realtime-Chat-Application
AmigoChat is a responsive real-time chat application built on MERN Stack and Socket io.
Stars: ✭ 22 (-74.71%)
Mutual labels:  mongoose, expressjs
nestjs-rest-sample
NestJS RESTful APIs Sample
Stars: ✭ 204 (+134.48%)
Mutual labels:  mongoose, expressjs
Builderbook
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
Stars: ✭ 3,015 (+3365.52%)
Mutual labels:  mongoose, expressjs
TvrboReact
Dream starter project: React, Redux, React Router, Webpack
Stars: ✭ 13 (-85.06%)
Mutual labels:  mongoose, expressjs
Generator Api
🚀 Yeoman generator for creating RESTful NodeJS APIs, using ES6, Mongoose and Express
Stars: ✭ 247 (+183.91%)
Mutual labels:  mongoose, expressjs
MovieGo
A Website implemented using MERN (MongoDB, ExpressJS, ReactJS and NodeJS) stack, which allows users to sign-in/register and book movie tickets online.
Stars: ✭ 26 (-70.11%)
Mutual labels:  mongoose, expressjs
Express Es6 Starter
Starter project for creating a MVC express server with MongoDB
Stars: ✭ 178 (+104.6%)
Mutual labels:  mongoose, expressjs
Angular2 Express Mongoose Gulp Node Typescript
AngularJS 2 (Updated to 4.2.0) Mean Stack application which uses Angular2, Gulp, Express, Node, MongoDB (Mongoose) with Repository Pattern Business Layer
Stars: ✭ 201 (+131.03%)
Mutual labels:  mongoose, expressjs
typijs
The Angular CMS Framework for building fully-featured SPA sites powered by NodeJS and MongoDB with TypeScript
Stars: ✭ 141 (+62.07%)
Mutual labels:  mongoose, expressjs
nodejs-shopping-cart
NodeJS / Express / MongoDB - Shopping Cart (monolithic app with handlebars)
Stars: ✭ 42 (-51.72%)
Mutual labels:  mongoose, expressjs

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
  • add connect-mongo to store session in db
  • remove babel with es modules
  • add error handling
  • add a validation library for user input
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].