Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dzenis-h/mongodb_practice
A lil bit of data query practice using the usual suspects: Node/Express + Mongoose/Mongo.
https://github.com/dzenis-h/mongodb_practice
express mocha mongodb mongoose
Last synced: 17 days ago
JSON representation
A lil bit of data query practice using the usual suspects: Node/Express + Mongoose/Mongo.
- Host: GitHub
- URL: https://github.com/dzenis-h/mongodb_practice
- Owner: dzenis-h
- Created: 2018-03-13T00:11:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T01:06:13.000Z (almost 7 years ago)
- Last Synced: 2024-11-17T15:56:47.042Z (3 months ago)
- Topics: express, mocha, mongodb, mongoose
- Language: JavaScript
- Size: 576 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
___
> ## MongoDB practice :evergreen_tree:
> > #### This repo contains few projects [expanding as my practice moves forward]:
> > * Users => A simple API for manipulating users, posts, and comments.
> > * Groover => A simple API for managing drivers in Uber-ish style.
___
> > If you want to use it, few things you need to do:
> > * Git clone this repo
> > * Run npm install
> > * Run npm run dev [in order to start nodemon]
> >
> > ___
> ![alt text](https://github.com/BiggaHD/MongoDB_practice/blob/master/demo_pic.gif "Do you want some Mongo?")
> ___> ### Amongst others, I'm using Express framework for Node JS environment, Mongoose as a tool to talk to MongoDB and Mocha for testing purposes.
___