forked from shahrk/feature-hunt
-
Notifications
You must be signed in to change notification settings - Fork 6
Getting Started with Database Development: Connection and Setup
Leila Moran edited this page Nov 4, 2021
·
2 revisions
![Screen Shot 2021-09-19 at 5 25 04 PM](./public/Mongo.png)
![Screen Shot 2021-09-19 at 5 25 04 PM](./public/Db.png)
docker-compose.yml: DB=YOUR CONNECTION STRING
start_server.sh: export DB=YOUR CONNECTION STRING
These images show how we set up our database in MongoDB.
Note that user_projects is NOT used in any files as of yet.
This image shows the entry fields of a product.
Note that the password encryption is the result of bcrypt. It's not recommended to add entries here manually--instead, launch the app (see README) and sign up as a new user.