A react(no CRA)/Express/mongoDB Othello game
For the game to work, you'll need a MongoDB Atlas data base.
Store your atlas config in a '.env' file in the root folder.
Your '.env' file should contain an environemnt variable that looks like this :
MONGO_CONFIG_URL='mongodb+srv://(PUTYOURUSERNAMEHERE):(PUTYOURPASSWORDHERE)@cluster0-ctrcz.mongodb.net/test?retryWrites=true&w=majority'
- npm 6.14.8
- node 14.14.0
- docker
npm install
npm run webpack
npm run server
npm run dev
docker-compose up -d
npm run test:client
npm run test:server
npm run lint
@kjirou for his Reversi package (https://www.npmjs.com/package/reversi)
👤 Jérémy Pluquet
- Twitter: @_Jeremy_p_
- Github: @P-Jeremy
- LinkedIn: @jérémy pluquet
Give a ⭐️ if this project helped you!
Copyright © 2020 Jérémy Pluquet.
This project is ISC licensed.
This README was generated with ❤️ by readme-md-generator