Mi Post poster

Una aplaicación creada para publicar posts

Tecnologias utilizadas

Para desarrollar este proyecto en el backend hemos utilizado:

  • node.js - evented I/O for the backend
  • Express - fast node.js network app framework @tjholowaychuk
  • Reactjs - React helps you create interactive user interfaces easily. Design simple views for each state in your application

Podra encontrar nuestro proyecto en los siguientes back public repository, front public repository en GitHub.

Installation Back

Dillinger requires Node.js v14+ to run.

Se debe instalar las dependencies and devDependencies y asi mismo se debe instalar pm2 para inicializar el back.

npm i -g pm2
cd vecipost
npm i
npm start

Front

Dillinger requires Reactjs v17+ to run.

Se debe instalar las dependencies and devDependencies y asi mismo se debe instalar pm2 para inicializar el back.

cd vecipost-front
npm i
npm start

Plugins

Esta aplicacion actualemente requiere lo siguientes plugins.

Plugin README
sequelize [https://sequelize.org/]
pg [https://github.com/brianc/node-postgres]
pg-hstore [https://github.com/scarney81/pg-hstore]
jest [https://jestjs.io/]
webpack [https://github.com/webpack/webpack]
babel [https://babel.dev/docs/en/next/babel-core]

License

MIT

Free Software, Hell Yeah!