All Projects → denisolek → docker-node-mongo-react-STARTER

denisolek / docker-node-mongo-react-STARTER

Licence: other
🐋 🍃 ⚛️ Boilerplate for Node.js, MongoDB, React Applications (with Docker)

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to docker-node-mongo-react-STARTER

react-redux-blog
A MERN Stack CRUD Web Application
Stars: ✭ 36 (+5.88%)
Mutual labels:  mongoose, expressjs
express-mvc
A light-weight mvc pattern for express framework with minimum dependencies
Stars: ✭ 23 (-32.35%)
Mutual labels:  mongoose, expressjs
NodeRestApi
Node.js, Express.js and MongoDB REST API App
Stars: ✭ 38 (+11.76%)
Mutual labels:  mongoose, expressjs
mini-express-boilerplate
A minimal Express boilerplate with passport user authentication, mongoose and some security setup configured
Stars: ✭ 15 (-55.88%)
Mutual labels:  mongoose, expressjs
React-Native-Chat-App
A simple chatting app built with React Native, Socket.io, ExpressJS and MongoDB. The server app provides APIs for authentication, message sending and receiving. In the client app React-Native-Gifted-Chat is used for the chat interface.
Stars: ✭ 22 (-35.29%)
Mutual labels:  mongoose, expressjs
WordNook
Dynamically updating blogging website to upload articles and blog posts on various topics, developed using ejs template engine and node js in the backend.
Stars: ✭ 80 (+135.29%)
Mutual labels:  mongoose, expressjs
NodeExpressCRUD
Node, Express, Mongoose and MongoDB CRUD Web Application
Stars: ✭ 45 (+32.35%)
Mutual labels:  mongoose, expressjs
express-boilerplate
ExpressJS boilerplate with Socket.IO, Mongoose for scalable projects.
Stars: ✭ 83 (+144.12%)
Mutual labels:  mongoose, expressjs
express-typescript-mongoose-starter
A starter for Node JS, Express, Typescript, Mongoose application
Stars: ✭ 22 (-35.29%)
Mutual labels:  mongoose, expressjs
OpenBook-E-Commerce
An e-commerce progressive web application, built with mern stack. It has features like product buy, order management by admin, payment gateway, cart, checkout and lot more.
Stars: ✭ 53 (+55.88%)
Mutual labels:  mongoose, expressjs
ng-nest-cnode
Angular 10 Front-End and Nestjs 7 framework Back-End build Fullstack CNode
Stars: ✭ 17 (-50%)
Mutual labels:  mongoose, expressjs
timeoff-server
TimeOff is an application that allows companies' employees to set vacations before they begin taking their time off. Implemented in modern tech stack i.e. Node, Express, MongoDB.
Stars: ✭ 33 (-2.94%)
Mutual labels:  mongoose, expressjs
Online-Examination-System
Technologies : React js, Node js, Express js, Mongo Db, Ant Design, Redux js Key features: 1. User management 2. Modular code 3. Permission management 4. Persistent answers on page refresh in the test portal 5. Examination results using graphs 6. Results can directly be downloaded as excel sheet 7. Feedback system
Stars: ✭ 37 (+8.82%)
Mutual labels:  mongoose, expressjs
opentelemetry-ext-js
js extensions for the open-telemetry project
Stars: ✭ 122 (+258.82%)
Mutual labels:  mongoose, expressjs
node-js-project-structure
No description or website provided.
Stars: ✭ 21 (-38.24%)
Mutual labels:  mongoose, expressjs
Backend-NodeJS-Golang-Interview QA
A collection of Node JS and Golang Backend interview questions please feel free to fork and contribute to this repository
Stars: ✭ 122 (+258.82%)
Mutual labels:  mongoose, expressjs
docker-node-express-boilerplate
Boilerplate for quickly bootstrapping production-ready RESTful APIs / microservices
Stars: ✭ 113 (+232.35%)
Mutual labels:  mongoose, expressjs
dhiwise-nodejs
DhiWise Node.js API generator allows you to instantly generate secure REST APIs. Just supply your database schema to DhiWise, and a fully documented CRUD APIs will be ready for consumption in a few simple clicks. The generated code is clean, scalable, and customizable.
Stars: ✭ 224 (+558.82%)
Mutual labels:  mongoose, expressjs
ThinkApp
Test your knowledge with any of the available topic this fun and free Champion Quiz Master App. Save your time and effort by saving your queries & its resolutions
Stars: ✭ 15 (-55.88%)
Mutual labels:  mongoose, expressjs
express-api
Building a RESTful API with Express and MongoDB
Stars: ✭ 28 (-17.65%)
Mutual labels:  mongoose, expressjs

[STARTER] Docker-NodeJS-MongoDB-React

Under the hood

  • NodeJS
  • ExpressJS
  • MongoDB
  • Mongoose
  • ReactJS
  • Webpack
  • Nginx (serving static content compiled by react)
  • Docker
  • docker-compose

Prerequisites

  • Docker
  • Node JS (just to install dependencies)

Everything else will be pulled from Docker/Npm repositories !

Getting Started

# clone repository
$ git clone https://github.com/denisolek/docker-node-mongo-react-STARTER.git
$ cd docker-node-mongo-react-STARTER

First run

# install npm dependencies
$ cd server
$ npm install
$ cd ..
$ cd frontend
$ npm install
$ cd ..
$ docker-compose up

#open second terminal and run seed (every time you execute it destroy DB and make new one)
$ ./seed.sh

Regular run

# run your app (you can stop it with CTRL+C)
$ docker-compose up

# kill containers (DB data will be lost)
$ docker-compose down

In case of problems: [email protected]

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].