Giter Site home page Giter Site logo

tonymckes / conduit-realworld-example-app Goto Github PK

View Code? Open in Web Editor NEW
66.0 2.0 111.0 2.21 MB

RealWorld example app, created to demonstrate a fully fledged fullstack application built with React / Express.js / Sequelize / PostgreSQL including CRUD operations, authentication, routing, pagination, and more.

Home Page: https://conduit-realworld-example-app.fly.dev/

License: MIT License

JavaScript 98.02% HTML 1.58% CSS 0.40%
nodejs javascript express sequelize react showcase fullstack vitest

conduit-realworld-example-app's People

Contributors

alonski avatar ericsimons avatar esakkiraj avatar geromegrignon avatar optikfluffel avatar segmentationfaulter avatar tonymckes avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

conduit-realworld-example-app's Issues

Dialect undefined does not support db:create / db:drop commands

Summary:
When run command npx sequelize-cli db:create get error: Dialect undefined does not support db:create / db:drop commands

STR:

  1. add .env file to /backend folder
## Environment Variables
JWT_KEY=some_secret

DB_USER=postgres
DB_PASSWORD=xxxxxx
DB_DATABASE=conduit
  1. go to /backend folder and run the command npx sequelize-cli db:create

Expected result:

Sequelize CLI [Node: 16.17.0, CLI: 6.6.0, ORM: 6.29.3]
Loaded configuration file "config/config.js".
Using environment "development".
Database conduit created

Actual result:

Sequelize CLI [Node: 16.17.0, CLI: 6.6.0, ORM: 6.29.3]
Loaded configuration file "config/config.js".
Using environment "development".
ERROR: Dialect undefined does not support db:create / db:drop commands

Configuration:
MacBook Pro (16-inch, 2021) - Apple M1 Pro
node v18.16.1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.