Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luisauter/petcare-db
https://github.com/luisauter/petcare-db
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/luisauter/petcare-db
- Owner: LuiSauter
- Created: 2023-07-26T19:35:05.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-09-02T21:44:03.000Z (over 1 year ago)
- Last Synced: 2024-11-07T01:12:29.757Z (about 2 months ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pet Care - Cuidado de mascotas
## Create .env file and add the environment variable
```shell
## Create cluster in mongodb free tier
## https://docs.atlas.mongodb.com/tutorial/create-new-cluster/#select-the-cluster-tier
MONGO_URI=mongodb+srv://:@/?retryWrites=true&w=majority
## EXAMPLE: https://dev.to/veritechie/deploy-node-express-mongo-atlas-con-fetch-de-react-en-heroku-mern-app-3ien## Port for server in development
PORT=3000
NODE_ENV=development
```