An open API service indexing awesome lists of open source software.

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.

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.**