A simple snake replica in arcade format
- node
- npm
- mariaDB/MySQL
- A web browser
- dotenv
- express
- express-rate-limit
- mysql2
- nodemon (dev)
- Copy .env.example to .env
- Change this file according to your configuration
- Install npm dependencies
npm install- Run the server
npm run start