$ nvm use
$ yarn || npm i
# If you haven't created the postgres db run (or create in psql REPL):
$ createdb collected_news_dev
# Copy .env template and enter your environment variables:
$ cp .env.example .env
# Migrate and seed the database:
$ sequelize db:migrate
$ sequelize db:seed:all
$ yarn run start:dev || npm run start:dev
-
Notifications
You must be signed in to change notification settings - Fork 1
adriandgr/collected-news
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Final Project for Lighthouse Labs bootcamp
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published