Skip to content

Tauka/dm-hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Mining Result Saving Server

This is a server, which accepts your submission and redirects to Mark Sterling's server, saving your error rate and displaying it in leaderboard

Notes

  • I can assure you, it does not save your submission files, only error rates (you can look it up in source code)
  • This made for fun, and not intended to be a hacking machine of any kind

If you want to run it

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

Installing

Copy repo

git clone https://github.com/Tauka/dm-hack.git

Enter project folder

cd dm-hack

Install node dependencies

npm i

Create data folder for mongo

mkdir any/path/you/want
~/mongo/data is good choice

Run mongo with your data folder

mongod --dbpath [yourPathToDataFolder]

Run Express server

npm run start

Deployment

Just copy project to any remote server and do steps above

Built With

  • Express - Minimalist web framework for servers
  • MongoDB - Database engine used

Contributing

PR me any functionality you want, or if you want to do refactoring

Authors

  • Tauyekel Kunzhol - All work - Tauka

License

This project is licensed under the MIT License

Acknowledgments

  • Aidar Babanov for letting me use his server
  • Aidar Yessembayev for believing in me
  • Serik Zhilibayev for being sexy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published