https://github.com/zfi2/api.lain.ovh
A backend for my personal website.
https://github.com/zfi2/api.lain.ovh
Last synced: 3 months ago
JSON representation
A backend for my personal website.
- Host: GitHub
- URL: https://github.com/zfi2/api.lain.ovh
- Owner: zfi2
- License: mit
- Created: 2025-02-10T19:14:08.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-10T19:28:25.000Z (3 months ago)
- Last Synced: 2025-02-10T20:32:03.186Z (3 months ago)
- Language: JavaScript
- Homepage: https://lain.ovh/
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# API for lain.ovh
Backend API for handling comments, authentication, etc.\
Built with Node.js, Express, SQLite, and other dependencies.## Instructions on how to run it
1. Clone this repository:
`git clone https://github.com/zfi2/api.lain.ovh`
2. Install dependencies:
`npm install`
3. Set up environment variables:
`SERVER_USERNAME`: The reserved username.
`SERVER_PASSWORD_HASH`: The bcrypt-hashed password for the reserved username.4. Run the server:\
`node server.js`**For the frontend part, check out [lain.ovh](https://github.com/zfi2/lain.ovh)**
# License
**This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.**