This is a backend repository of Stayby application, for more information check out the Frontend repository!
- Clone the repository then Run:
npm install
to install package dependencies. - Create
.env
file at the root of the project. - Copy & Paste content from the
.env.example
file into.env
you just created. - Fill the
API Keys / environment variables
. - Run the server using
npm start
command.
The application using loggedInUser
Cookie store as JWT in client-side!