Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tamimehsan/kagoj-old
A small Online Judge with big dreams
https://github.com/tamimehsan/kagoj-old
Last synced: about 15 hours ago
JSON representation
A small Online Judge with big dreams
- Host: GitHub
- URL: https://github.com/tamimehsan/kagoj-old
- Owner: TamimEhsan
- Created: 2023-07-09T16:39:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-20T09:35:20.000Z (over 1 year ago)
- Last Synced: 2024-04-17T07:00:11.907Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.74 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](Assets/kagoj.jpg)
# KagOJ
## How to start
#### Installation
At first clone this repository by
`git clone https://github.com/TamimEhsan/KagOJ.git`
The backend only runs in linux environment. So either open with ubuntu, or if you are in windows use wsl#### Start Backend
Then go into `Kagoj/Kagoj Backend`
create a `.env` file. And populate with the followings
```
PORT=3005
DATABASE_URL=DATABASE_URL
DATABASE_URL_LOCAL=DATABASE_URL_LOCAL
JWT_SECRET=JWT_SECRET
OS_PASS=OS_PASS
```and install dependencies and then start node server
```
npm i
npm run dev
```#### Start Frontend
Then go into `Kagoj/Kagoj Frontend`
and install dependencies and then start node server.
```
npm i --force
npm start
```