Skip to content

Commit

Permalink
📝 Addded a new read me
Browse files Browse the repository at this point in the history
  • Loading branch information
dennism501 committed Aug 10, 2021
1 parent 9d9c838 commit 7b3555b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README-original.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# To Do
This web application is a simple application to manage a list of things to do.

## Infrastructure

This applications consists of two parts:
1. Frontend: Single Page Application built with: React and Material.
2. Backend: HTTP REST API built with Node.js, Express and MongoDB.

## How to run

to start the application use docker compose:

`docker-compose up --build`

once the app is running you can open:

http://localhost:3000

on your browser.

0 comments on commit 7b3555b

Please sign in to comment.