https://github.com/mityadementiy/rss-backend
https://github.com/mityadementiy/rss-backend
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mityadementiy/rss-backend
- Owner: MityaDementiy
- Created: 2023-10-28T13:02:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-26T14:57:11.000Z (over 1 year ago)
- Last Synced: 2025-04-09T22:56:54.857Z (2 months ago)
- Language: JavaScript
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSS Backend
[](https://github.com/MityaDementiy/rss-backend/actions/workflows/node.js.yml)
This project is a backend service for RSS feeds.
## Installation
To install the project, you can use following command:
```bash
make install
```This will install all necessary npm packages.
## Running the Project
To start the project, use the following command:
```bash
make start
```This will start the server.
## Docker
You can also run the project in a Docker container. First, build the Docker image:
```bash
make docker-build
```Then, run the Docker container:
```bash
make docker-run
```This will start the server in a Docker container, accessible at `localhost:8080`.
Have a great day!