Skip to content

NekoNyaDevs/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌿・NekoNya-Backend

📝・Description

NekoNya-Backend is a Node.JS TypeScript webserver running the API behind the scenes.

If you wish to deploy your own instance of NekoNya-Backend for any reasons, you can do so by following the instructions below. But please, do not forget to give credit to the original authors of this project.

📚・How to deploy

📦・Install

$ git clone https://github.com/NekoNyaDevs/nekonya-storage.git
$ cd nekonya-storage
$ npm install

Note: You need to have Node.js and TypeScript installed.

📝・Configuration

Change the file src/config.example.ts to config.ts and change the values to your liking. The configuration file is commented so you can easily understand what each value does.

Don't forget to add images in the categories inside the images folder.

🚀・Run

Production:

$ npm start

Development:

$ npm run dev

📜・License

This project is licensed under the GNU GPL 3.0 License - see the LICENSE file for details