Skip to content

neelp1/easylist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy List

Simple list application.

Usage

Create or restart my-mongo container before doing the following steps.

Install:

npm install

Start:

npm start

Unit Test:

npm test

mongodb

Create or restart

Create a mongodb container:

docker run -d -p 27017:27017 --name my-mongo mongo

or restart stopped container:

docker start <container_id>

Test

Start mongo bash:

docker exec -it my-mongo bash
mongo

Add and get data:

db.col.insert({"a":1})
db.col.find()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •