All Projects → hongvinhmobile → nodejs_express_template

hongvinhmobile / nodejs_express_template

Licence: MIT License
🐼 source dummy Nodejs

Programming Languages

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

Projects that are alternatives of or similar to nodejs express template

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 (+307.69%)
Mutual labels:  mongoose
Pepaverse
Pepaverse is an open source social network build with nodejs, mongoDB, passportjs and socket.io
Stars: ✭ 16 (+23.08%)
Mutual labels:  mongoose
hiroki
create a REST api faster than ever
Stars: ✭ 13 (+0%)
Mutual labels:  mongoose
node-snimay
Node.js Example: Express, Mongoose, Express-hbs, JWT
Stars: ✭ 13 (+0%)
Mutual labels:  mongoose
express-api
Building a RESTful API with Express and MongoDB
Stars: ✭ 28 (+115.38%)
Mutual labels:  mongoose
InviteManagerMongoDB
The first InviteManager / Logger / Tracker with mongoDB for Discord.
Stars: ✭ 23 (+76.92%)
Mutual labels:  mongoose
yelp-camp
A Node.js web application project from the Udemy course - The Web Developer Bootcamp by Colt Steele
Stars: ✭ 36 (+176.92%)
Mutual labels:  mongoose
shopping-cart
A full-fledged package to build an e-commerce application for iOS and Android similar to Myntra/JackThreads. Available with beautiful design and necessary features along with screen for Dashboard and Mobile app. Build using React Native, Expo, React, GraphQL, Apollo Client, Node and MongoDB.
Stars: ✭ 64 (+392.31%)
Mutual labels:  mongoose
server-next
😎 The next generation of RESTful API service and more for Mix Space, powered by @nestjs.
Stars: ✭ 43 (+230.77%)
Mutual labels:  mongoose
rails hotwire base
Rails + Hotwire base app
Stars: ✭ 54 (+315.38%)
Mutual labels:  base
node-mongoose-setup
Nodejs MongoDB REST API Sarter
Stars: ✭ 48 (+269.23%)
Mutual labels:  mongoose
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 (+69.23%)
Mutual labels:  mongoose
login push
vue+koa2+jwt实现单点登录 + todolist增删改查
Stars: ✭ 20 (+53.85%)
Mutual labels:  mongoose
boss
React+express+sock.io+mongodb build a boss
Stars: ✭ 25 (+92.31%)
Mutual labels:  mongoose
FlipED
A LMS built specifically for Thailand's Education 4.0 system.
Stars: ✭ 24 (+84.62%)
Mutual labels:  mongoose
nestjs-file-streaming
NestJS File Streaming With MongoDB
Stars: ✭ 28 (+115.38%)
Mutual labels:  mongoose
onurl
URL Shortener created w/ Next.js, TypeScript, Mongoose
Stars: ✭ 48 (+269.23%)
Mutual labels:  mongoose
najs-eloquent
Use Mongoose in Typescript with elegant syntax. Inspired by Laravel Eloquent. Works with Node JS.
Stars: ✭ 26 (+100%)
Mutual labels:  mongoose
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 (+153.85%)
Mutual labels:  mongoose
mongoolia
Keep your mongoose schemas synced with Algolia
Stars: ✭ 58 (+346.15%)
Mutual labels:  mongoose

nodejs_express_template

Setup for Server

1. Clone App

 $ git clone [email protected]:lambiengcode/nodejs_express_template.git

2. Install node packages

$ npm install 

3. Run Locally

$ npm start  

NOTE: The port by default will be http://localhost:3000/

Want to Contribute?

To start contributing, follow the below guidelines:

1. Fork this repository.

2. Clone your forked copy of the project.

 $ git clone https://github.com/<your_user_name>/nodejs_express_template.git

3. Checkout into a new branch

 $ git checkout -b <branch_name>

4. Make your changes

5. Add and commit your changes

 $ git add . && git commit -m "<your_message>"

6. Push Code to Github under your branch

 $ git push origin <branch_name>   
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].