diff --git a/.env.example b/.env.example
new file mode 100644
index 00000000..64f3602c
--- /dev/null
+++ b/.env.example
@@ -0,0 +1,2 @@
+NODE_ENV=development
+PORT=8080
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..a9b7428d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/node_modules
+/.vscode
+.env
+src/database/database.db3
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 00000000..1697baae
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Gabriel Costa Silva Altair Aquino Alves Junior Cleriston Nantes Petrikic Anna Carollyne Pereira da Silva
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/README.MD b/README.MD
new file mode 100644
index 00000000..3908babe
--- /dev/null
+++ b/README.MD
@@ -0,0 +1,58 @@
+# Batalha Naval Multiplayer
+
+
+
+
+
+
+Batalha Naval é um jogo de estratégia popular no mundo todo, conhecido pela possibilidade de jogá-lo somente com papel e caneta (e um oponente). Agora em sua versão século XXI. [Saiba mais sobre a história deste jogo](https://en.wikipedia.org/wiki/Battleship_(game)).
+
+## Planning
+
+- Você pode ver nosso projeto no [Trello](https://trello.com/b/H6AJ4LP3/batalha-naval-multiplayer)
+
+## Pré-requisitos
+
+Antes de iniciar, certifique-se de cumprir os seguintes requisitos:
+
+- Um web browser atualizado, como Google Chrome ou Mozilla Firefox.
+
+- yarn ou npm
+
+- Possuir Redis instalado e rodando na port padrão(6379)
+
+## Como executar
+
+Execute os comandos
+
+`yarn`
+`yarn start`
+
+ou
+
+`npm install`
+`npm run start`
+
+Após instalar as dependências e rodar o server, game estará rodando em