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: 4 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T01:06:13.000Z (over 7 years ago)
- Last Synced: 2025-01-18T10:46:29.713Z (6 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]
> >
> > ___
> 
> ___> ### Amongst others, I'm using Express framework for Node JS environment, Mongoose as a tool to talk to MongoDB and Mocha for testing purposes.
___