Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 687 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 687 Bytes

This was created during my time as a student at Code Chrysalis

Minesweeper (Backend)

This is the backend for minesweeper. Play it here!

To run the app locally

  1. npm install
  2. npm run start for the dev environment
  3. Access http://localhost:3001/ to play the game!

.env Parameters

DATABASE_URL
PORT

Tech Stack

Future Plans

  • Add User model
  • Get games by user
  • Link Games