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 |
---|---|---|
Run project with docker to not need to install all dependencies.
docker-compose up --build
cd backend
npm install
npm start
The backend will run at port 3000
cd backend
npm install
npm start
The backend will run at port 4200