Skip to content

grpineiro/educati

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Educati

An educational game platform for children.

About this project

We are a development team formed by 5 friends who met at the university, in the Computer Science course. We united with a common goal: to foster education and learning for children and young people, bringing a more dynamic and interesting way to learn through digital games.

Based on this, our main mission is to use this tool to instigate and develop skills such as attention, imagination, concentration and logical reasoning, in addition to stimulating motor skills, allowing the acquisition of knowledge.

Installation

Requirements

  • NodeJS
  • MongoDB

How to run

  1. Clone this project and enter and enter the backend folder.
  2. Create an .env file containing the fields:
  DB_HOST=
  DB_NAME=
  TOKEN_KEY=
  1. Fill in the fields with information from your MongoDB database and also a secret key for the token.
  2. Run the server using the command "npm run dev" or "yarn dev" inside the backend folder. In the frontend folder type the command "npm run start" or "yarn start".