Skip to content

PatrickHallek/ionic-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ionic Blog

This is a simple mobile app that presents a blog, where users can create and comment blog posts without registration but with a username.

Registration Blog Comments
Set Username Home Comment Section

Installation with Docker (recommended)

Run project with docker to not need to install all dependencies.

docker-compose up --build

Start the backend

cd backend
npm install
npm start

The backend will run at port 3000

Start the frontend

cd backend
npm install
npm start

The backend will run at port 4200

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published