Skip to content

Rap and Olas JavaScript and DevOps sample app.

Notifications You must be signed in to change notification settings

olaekdahl/todos

Repository files navigation

CI Build

The todo app

Server

  • node server using Express
  • Serves static files over HTTP from the web folder
  • Serves data over HTTP via a RESTful interface

Client

  • Vanilla JavaScript app
  • Located in the web folder.
  • Served statically

To run

npm install
npm run start

Then visit http://localhost:4000

How to contribute to this project

Code contribution workflow

You can fork this repo, make changes, and create a PR. Add @RapPayne or @OlaEkdahl as reviewers.

If you are new to contributing on github, here is a step-by-step guide:

  1. Click on Fork on the top right of this page
  2. Work on your change and push it to your forked repo. Now when you navigate to the forked repo's UI, it should say "This branch is 1 commit ahead of todos:main" or something similar."
  3. Choose "Contribute" -> "Open Pull Request".
  4. Once you have a PR, you can add reviewers.

About

Rap and Olas JavaScript and DevOps sample app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published