/socialtest-mern

Prueba de Red Social usando el stack MERN

Primary LanguageJavaScript

Social Test Mern

Prueba de Red Social Utilizando el Stack MERN

Deploy

cd backend
yarn start | npm start
cd ../frontend
yarn start | npm start

Technologies

  • Bootstrap 4
  • React
  • React-Datepicker
  • React-Router
  • Timeago.js
  • Axios
  • Node.js
  • Express
  • Morgan
  • Cors
  • Bcrypt
  • Mongoose
  • MongoDB

Backend Routes

  • /api/users/ GET
  • /api/users/:id GET PUT DELETE
  • /api/comments/ POST
  • /api/comments/:public_id GET
  • /api/comments/:id PUT DELETE
  • /api/publications/ GET POST
  • /api/publications/:id GET PUT DELETE
  • /api/register/ POST
  • /api/login/ POST

Frontend Images

IMG de Login IMG de Profile IMG de Dashboard IMG de Publicacion