Find love by writing love-letters and write back when you've found the one.
Once you've written your first love-letter, all the love-letters that have been written can be opened. Respond by writing a personal private letter, start the correspondence and get to know each other.
No features added yet.
- Express
- Express-handlebars
- MongoDB
For other dependencies see package.json
To install the app follow these steps:
1. Clone the repository:
git clone https://github.com/qiubee/liev.git
# Go to directory
cd liev
2. Install dependencies:
npm install
3. Run the app:
# To run the server
npm run start
# To run the development environment
npm run dev
- Handling Errors in Express
- Express Guide - Routing
- Express API Reference - res.download
- Handlebars Built-in Helpers
- Send files using Express - Flaviocopes
- Stackoverflow - Content Security Policy
- MDN - Content-Security-Policy
- CSP: A successful mess between hardening and mitigation - Speakerdeck
- CSP Cheat Sheet
- Retrieve POST query parameters
- Quick start Node.js & MongoDB - MongoDB
- Special character in connection string password
- How to use MongoDB with Node.js - Flaviocopes
- MongoDB Server example
- Get started - MongoDB
- MongoDB CRUD Operations - MongoDB
- Hashing passwords with Bcrypt
- Token authentication Express
- Authentication and authorization with node - Medium
- Login Logout with Nodejs and Express
- How to Manage Session using Node.js and Express
- Securing API's with JWT
- Session vs Token Based Authentication - Medium
- Authentication on the Web - YouTube
- Node.js everywhere with environment variables! - Medium