Giter Site home page Giter Site logo

ase_4156's Introduction

Pets Master

Install Instruction

Status Build Status Coverage Status

Front-End

cd client
npm install
npm start

Back-End

cd server
npm install
npm start

Test

Front-End

cd client
npm test

Back-End

cd server
npm test

Codebase

All front-end codes are in client folder and all back-end codes are in server folder. The front-end parts are implemented via React families and the backend are implemented via NodeJS.

Database

wget https://downloads.mongodb.org/osx/mongodb-shell-osx-ssl-x86_64-3.4.4.tgz
tar xzvf mongodb-shell-osx-ssl-x86_64-3.4.4.tgz
./mongodb-osx-x86_64-3.4.4/bin/mongo "mongodb://cluster0-shard-00-00-qx1je.mongodb.net:27017,cluster0-shard-00-01-qx1je.mongodb.net:27017,cluster0-shard-00-02-qx1je.mongodb.net:27017/test?replicaSet=Cluster0-shard-0" --authenticationDatabase admin --ssl --username MastersParty --password MastersParty
use Cluster0

find all:
db.accounts.find()

find query:
db.accounts.find({"username": "pkebell9"})

insert one:
db.accounts.insertOne({"username": ..., "password": ...})

insert many:
db.accounts.insertMany([{"username": ..., "password": ...}, {"username": ..., "password": ...}])

ase_4156's People

Contributors

haikuoliu avatar hk060655 avatar longlong8 avatar tsszh avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

hk060655

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.