Skip to content

CodeForBeauty/LifeTimeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Life Timeline

This app is portfolio project

Development stack

React

Nestjs

Typescript

Typeorm(Postgresql)

Docker

How to run

Prerequisites

Docker

Git

Building

Copy this repository

git clone https://github.com/CodeForBeauty/LifeTimeline

Go into the copied folder

cd LifeTimeline

Build docker image

docker build -t life-timeline .

Running

Start the application with docker

docker run -p 9191:9191 life-timeline

The application will start on localhost using port 9191. After starting application will be accesible on: http://localhost:9191/

About

Fullstack web app to view life events

Resources

License

Stars

Watchers

Forks

Contributors