Skip to content

Small dashboard with Express, Sequelize and Postgres on the back, and React on the front.

Notifications You must be signed in to change notification settings

Jojocaster/dashboard-node-react-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard - Node/React

Introduction

React Dashboard connected to Express and Postgres

Installation

Run this command in both root and /app

yarn install

Create database

createdb dashboard-dev

Run

To run the server, go to the root and run

npm run start:dev

To run the react app, go to /app and run

yarn start

More

To generate a new model, just type:

sequelize model:create --name MODEL_NAME --attributes title:string,content:string ...

Once the model has been generated, don't forget to run migrations afterwards

sequelize db:migrate

About

Small dashboard with Express, Sequelize and Postgres on the back, and React on the front.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published