Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 739 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 739 Bytes

This is a backend repository of Stayby application, for more information check out the Frontend repository!

Getting Started

  1. Clone the repository then Run: npm install to install package dependencies.
  2. Create .env file at the root of the project.
  3. Copy & Paste content from the .env.example file into .env you just created.
  4. Fill the API Keys / environment variables.
  5. Run the server using npm start command.

Authentication Method

The application using loggedInUser Cookie store as JWT in client-side!


API Documentation

Postman Documentation