Skip to content

The ESS Base Project is a repository designed to kickstart new projects for the Software Engineering and Systems discipline at CIn-UFPE. It aims to simplify the project initiation process providing a solid base by offering an initial structure, architecture, configurations, and implementation examples.

License

Notifications You must be signed in to change notification settings

anasosl/AlmoCIn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bem-vindo ao Projeto de ESS

Este projeto foi desenvolvido para a disciplina de ESS, no período 2023.2.

Grupo

Ana Sofia Lima (asosl), Guilherme Maranhão (gmsmr), João Victor Omena (jvrco), João Vitor Mergulhão (jvlm2), Luís Guilherme Nunes (lgmmn), Maria Letícia Nascimento (mlmn3), Pedro Vítor Monte (pvom), Rebeca Menezes (ram3).

Framework

MERN: NodeJS, React, Express e MongoDB.

Rodando a primeira vez

Baixe NodeJS, React e MongoDB.

No backend:

npm i bcrypt cors dotenv express mongoose multer nodemailer nodemon jsonwebtoken cookie-parser

No .env coloque a porta 3001 e um nome para o banco de dados.

Após a configuração inicial,

npm run dev

No terminal, deverá aparecer:

Server started on port 3001 Connected to data base

Para rodar os testes:

Pela primeira vez:

npm i axios ts-jest jest-cucumber

Para rodar:

npm run test

No frontend:

npm i react-scripts

Após a configuração inicial,

npm start

About

The ESS Base Project is a repository designed to kickstart new projects for the Software Engineering and Systems discipline at CIn-UFPE. It aims to simplify the project initiation process providing a solid base by offering an initial structure, architecture, configurations, and implementation examples.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.4%
  • Gherkin 17.7%
  • TypeScript 16.8%
  • CSS 12.6%
  • HTML 0.5%