-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from javidangarcia/seeding
Added Database Seeding for Relationships and Interactions
- Loading branch information
Showing
10 changed files
with
505 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Instructions for Starting Express Backend | ||
|
||
- Create a postgres database, then go to database.js | ||
- Modify database name, username, and password for Sequelize | ||
- Follow instructions in .env.template and rename to .env | ||
- OPTIONAL: Run node seed.js in terminal | ||
- Run npm install in terminal | ||
- Run npm run start in terminal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.