agsosa / challenge-2

Simple backend/frontend blog CRUD made for a challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple backend/frontend blog CRUD API made for a challenge

Backend

Node.js + Express, Sequelize, MySQL

Deployed to https://akchallenge2.herokuapp.com/

API DOCUMENTATION + TESTING:

https://documenter.getpostman.com/view/13863838/TzRYd592

image

Deployment info:

  • Create a .env file on the root directory (/backend/) including the following information:
DB_USER = <db username>
DB_PASS = <db password>
DB_DIALECT = <sequelize dialect: mysql, postgres, etc>
DB_HOST = <db host>
DB_DATABASE = <db database>
PORT = 3001
  • npm install && npm start

Frontend

React.js + Material UI

Deployed to https://akchallenge2front.netlify.app

Deployment info:

  • npm install && npm start
  • Extra configuration can be located at /src/lib/Config.js

Alkemy

About

Simple backend/frontend blog CRUD made for a challenge

License:MIT License


Languages

Language:JavaScript 98.9%Language:HTML 1.1%