Skip to content

Completed example of the codess 2018 workshop I ran β€οΈπŸ’™πŸ’š

License

Notifications You must be signed in to change notification settings

bengreenier-archive/codess-2018-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

codess-2018-nodejs Deploy to Azure

Completed example of the codess 2018 workshop I ran. β€οΈπŸ’™πŸ’š

example gif

This project is designed to be an introduction into nodejs service development! This repository specifically houses an example implementation of a service for sharing brief messages posted by a specific user, and viewable by many.

Prerequisites

Before you start, please make sure you've installed these things:

Usage

To build and run this project, please follow these steps:

  • Clone or download this repository
  • Open a shell (command prompt or terminal should work just fine)
  • cd into the directory you downloaded the project into
  • npm install to install NodeJS dependencies
  • npm start to begin running the service
  • Navigate to http://localhost:3000 to use the test frontend, or use a tool like Postman to directly issue requests against the API.

Please feel free to inspect the code (it is well commented) and open issues with any questions you might have!

Deployment

To deploy this project to Azure you can click the giant blue button above! However, if you wish to deploy a similar project (or a fork of this project) you may prefer to follow along with this deployment tutorial. πŸ‘πŸ½

API

Here are the API docs! ✨

Slides

Here are the slides that I presented! πŸš€

License

MIT

About

Completed example of the codess 2018 workshop I ran β€οΈπŸ’™πŸ’š

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published