Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoax7/pawpets
This is an RDBMS project which helps to manage bookings and other pet details.
https://github.com/hoax7/pawpets
Last synced: about 1 month ago
JSON representation
This is an RDBMS project which helps to manage bookings and other pet details.
- Host: GitHub
- URL: https://github.com/hoax7/pawpets
- Owner: HoaX7
- Created: 2019-12-03T15:30:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T12:26:24.000Z (almost 2 years ago)
- Last Synced: 2023-07-25T15:27:23.833Z (over 1 year ago)
- Language: HTML
- Size: 598 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PAWPETS
This is an RDBMS project which helps you manage bookings and other pet details.#BASIC SOFTWARE REQUIREMENTS
- POSTGRESQL PG ADMIN 4
- MongoDB (compass community recommended)#INITIAL SETUP
>git clone https://github.com/HoaX7/pawpets.git>npm install
--Initial Database Connections
-Set up your postgreSQL PGUSER and PGPASSWORD in .env-Navigate to the migrate.js and createdb.js and set your database password
-Navigate to your mongodb "data" folder and run mongod
--Creating Database
>npm run dbcreate--Running migrations
>npm run dbmigrate migrate>npm run migrate-mongo up
--If you wanna revert migrations
>npm run dbmigrate rollback>npm run migrate-mongo down
--Manager login details
-After you've run the migrations you can now login as a manager using the credentials> email: '[email protected]' password: 'password'
## WARNING!!!!
> IT IS NOT RECOMMENDED TO USE SENSITIVE PERSONAL DETAILS AS THIS IS A DEMO APPLICATION AND IS NOT SECURE ENOUGH
> I WILL NOT BE HELD RESPONSIBLE FOR YOUR CARELESSNESS
@COPYRIGHT 2019 HOAX-