Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 409 Bytes

File metadata and controls

34 lines (24 loc) · 409 Bytes

simple-snake

A simple snake replica in arcade format

Dependencies

  • node
  • npm
  • mariaDB/MySQL
  • A web browser

Node dependencies

  • dotenv
  • express
  • express-rate-limit
  • mysql2
  • nodemon (dev)

Start the server

  1. Copy .env.example to .env
  2. Change this file according to your configuration
  3. Install npm dependencies
npm install
  1. Run the server
npm run start