Skip to content

Back-end implementation of Focus Article: A minimal self-storage project to save your favorite articles without any distraction.

Notifications You must be signed in to change notification settings

focus-article/focus-article-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Focus Article Server API

Back-end implementation of Focus Article: A minimal self-storage project to save your favorite articles without any distraction.

Prerequisites

How to Run

  1. First, install all dependencies
bun install
  1. Run the server
bun run watch

Startup with your O.S

  1. Install pm2 globally
npm i pm2 -g
  1. Run pm2 script
bun run pm2

This is going to run focus-article-server on port 3001. You need to do the same with focus-article-ui.

Attention: If you already run this command before, you should run pm2 kill before.

About

Back-end implementation of Focus Article: A minimal self-storage project to save your favorite articles without any distraction.

Topics

Resources

Stars

Watchers

Forks