Code Monkey home page Code Monkey logo

server-side-nodejs's Introduction

Server-side NodeJS

Repository for exercises of Coursera's Server-side NodeJS course.

https://www.coursera.org/learn/server-side-nodejs

Contents

Week 1

Intro to server-side development with NodeJS

  • node-examples (Intro to Node.js)
  • node-http (Node.js HTTP server)
  • node-express (Express.js server)

Week 2

Data storage with MongoDB

  • conFusionServer (REST API)
  • node-mongo (MongoDB server)
  • node-mongoose (Mongoose)

Week 3

User authentication methods

  • conFusionServer (Authentication)

Week 4

Backend as a Service (BaaS)

  • conFusionServer

Docker

A Docker development environment with Node.js, MongoDB and all necessary Node modules is available.

You can set it up by executing:

$ cd devops/
$ docker-compose up --build

To enter the containers use:

$ docker exec -it devops_node_1 bash

or

$ docker exec -it devops_mongo_1 bash

Network

  • node @ port 3000
  • mongo @ port 27017

server-side-nodejs's People

Contributors

drakmord2 avatar

Watchers

 avatar  avatar

Forkers

dhruv8808agja

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.