/tweet-hack

Primary LanguageJavaScript

run seeds to fill your database with data:

npm run seeds

start:

npm run dev (development, nodemon)

or

npm start

copy .env.template file to .env and complete with your credentials.