An educational game platform for children.
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.
- NodeJS
- MongoDB
- Clone this project and enter and enter the backend folder.
- Create an .env file containing the fields:
DB_HOST=
DB_NAME=
TOKEN_KEY=
- Fill in the fields with information from your MongoDB database and also a secret key for the token.
- 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".