Skip to content

Trylinks undergraduate honors project for the server

Notifications You must be signed in to change notification settings

NickWu007/TryLinks-Server

Repository files navigation

TryLinks Server

TryLinks server repository.

Live at here.

Powered by Express, Socket.IO, and more.

Usage

First clone this repository using

git clone https://github.com/NickWu007/TryLinks-Server.git

Then build the relevant node modules

npm install

You will also need to supply a secret.js at the root, as the base of encryption. A template of this file looks like this:

module.exports = {
  secret: 'YOUR_OWN_SECRET'
}

After that, the server can be started by using

npm start

Notes to Contributors

Fork TryLinks server

If you'd like to contribute back to the core, you can fork this repository and send us a pull request, when it is ready.

If you are new to Git or GitHub, please read this guide first.

About

Trylinks undergraduate honors project for the server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published