Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 572 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 572 Bytes

Rise in Social (Backend)

Setup

  • Install dependencies with yarn install
  • Add .env file in project directory, and add following key-value pairs to it:
  • Add secret-key file in project directory, and run npx fastify-secure-session > secret-key to generate that key

Awesome 🚀, You are ready to start server with yarn dev OR npm run dev command