Skip to content

tree12132002/twitter-fullstack-2020

 
 

Repository files navigation

Simple Twitter

For ALPHACamp Simple Twitter full-stack project.

How to start

  • Clone the project
git clone https://github.com/tree12132002/twitter-fullstack-2020
  • Move current directory to the project
cd *path to the file*/twitter-fullstack-2020
  • Install NPM packages
npm install
  • Duplicate .env.example file, changing name to .env
  • Database migration(be sure that you've already installed a MySQL database)
npx sequelize db:migrate
  • Generate seed data
npx sequelize db:seed:all
  • Start the app server
npm run start

for development

npm run dev

Seed User

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.3%
  • Handlebars 35.4%
  • CSS 5.3%