Skip to content

fzamperin/react-posts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Express-React-Posts

Project was developed by Fernando Penna for Alumnet's test.

  • Express;
  • Sequelize;
  • JSON Web Tokens;
  • Handles for responses and errors;
  • Unit Testing;
  • React with redux;

Commands to run the Server:

First install dependencies

npm i

Set your NODE_ENV to localhost

Second create database (mysql or mariadb) from command-line, the database created will have the attributes from server/config/database.js

node_modules/.bin/sequelize db:create

Third create the schema to generate the tables

gulp sequelize:drop

Them start the dev server using the command

npm run dev

Commands to run react

First install dependencies:

yarn install

Then to run the project:

yarn start or npm start

About

React posts application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published