Skip to content

slavamlinsky/rss-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS-reader (version 1.0.3)

Read your RSS feeds and easily manage your favorite news.

Link to: 🔍 RSS-Reader

How to install this App 🚀

Run make build from root to build containers

Run make run from root to run containers with docker-compose

Run make stop from root to down all containers with docker-compose


You can download project and then install all dependencies (both client & server)

$ npm install

Create the .env file using the .env.example as a reference and put it to the /server/

$ cp .env.example .env