AnirudhRahul / opsuServer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opsuServer

This repository will contain all the backend server code used by the Opsu! app.

Installation

Clone the repo, and the run npm install to install all the dependencies needed.

Create a .env file to specify the PORT variable

Add a file named ssl.key(with your private ssl key) and a file named ssl.crt(with your ssl certificate) in the same dir a index.js

About


Languages

Language:JavaScript 60.1%Language:HTML 39.9%