1
0
Fork 0
Beatrun Courses DB written in Node.js
Go to file
Jonny_Bro (Nikita) 154d24c219
update links
2024-05-11 12:01:19 +05:00
components update links 2024-05-11 12:01:19 +05:00
data v1.2.1 2024-04-07 15:41:22 +05:00
public New API endpoint 2024-04-10 08:21:52 +05:00
routes shorten upload date 2024-04-13 17:56:18 +05:00
tailwind-files admin api started 2024-03-27 19:52:07 +05:00
utils v1.2.1 2024-04-07 15:41:22 +05:00
views fix main page not working when logged in 2024-04-07 18:02:21 +05:00
.ejsbrc.json cleanup + additional files 2024-03-19 18:50:56 +05:00
.gitignore v1.2.1 2024-04-07 15:41:22 +05:00
.prettierrc cleanup + additional files 2024-03-19 18:50:56 +05:00
LICENSE README 2024-03-26 23:13:47 +05:00
README.md fix main page not working when logged in 2024-04-07 18:02:21 +05:00
config.example.js update config example 2024-03-26 23:21:03 +05:00
index.js v1.2.1 2024-04-07 15:41:22 +05:00
package.json v1.2.3 2024-04-10 08:23:20 +05:00
pnpm-lock.yaml sync with main 2024-04-01 18:39:10 +05:00
tailwind.config.js theme selector (not done) 2024-03-31 17:18:44 +05:00

README.md

Beatrun Courses Database

Beatrun courses database written in JavaScript using Node.js.
This is project is a rewrite of this fork from PHP to JavaScript. Original project was made by relaxtakenotes.

Installation

git clone https://git.jonnybro.ru/jonny_bro/beatrun-courses-server-express courses-server
cd courses-server
mv config.example.js config.js
pnpm install
pnpm build
pnpm start

[!NOTE] You also can use NPM as your package manager.

TODO

  • Rewrite admin page.
  • Make admin page look better.
  • Refactor some stupid code that I will find.
  • Add something else? (leaderboards???).