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