https://github.com/pitu/api-starter
https://github.com/pitu/api-starter
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pitu/api-starter
- Owner: Pitu
- Created: 2019-03-18T04:53:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T01:21:54.000Z (about 3 years ago)
- Last Synced: 2024-05-01T14:18:21.912Z (over 1 year ago)
- Language: JavaScript
- Size: 767 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://raw.githubusercontent.com/kanadeko/Kuro/master/LICENSE)
[](https://discord.gg/5g6vgwn)
[](https://www.patreon.com/pitu)
[](https://www.buymeacoffee.com/kana)
### Pre-requisites
This guide asumes a lot of things, including that you know your way around linux, nginx and internet in general.
- Decently updated version of linux
- `node` package installed and at least at version 10
- `build-essential` package installed to build some dependencies
- `yarn` package installed. If you'd like to use npm instead change `package.json` accordingly
- A database, postgresql preferably. You can also fall back to sqlite3 by default.
### Installing
1. Clone the repository and `cd` into it
2. Run `yarn install`
3. Run `yarn setup`
4. Run `yarn start`
5. Profit
## Author
**API Starter** © [Pitu](https://github.com/Pitu), Released under the [MIT](https://github.com/Pitu/API-starter/blob/master/LICENSE) License.
Authored and maintained by Pitu.
> GitHub [@Pitu](https://github.com/Pitu)