Social network for pet owners
Tech stack: Node.js, Express.js, React.js, MongoDB
Live Demo: https://floating-temple-25916.herokuapp.com/
You can create a new account or use the following demo account
Email: [email protected]
Password: 123456
{
"mongoURI": "<your_mongoDB_Atlas_uri_with_credentials>",
"jwtSecret": "secret",
"githubToken": "<yoursecrectaccesstoken>"
}
npm install
cd client
npm install
npm run dev
Check in browser on http://localhost:3000/
Don't forget to make sure your production database is not whitelisted in MongoDB Atlas, otherwise the database connection will fail and your app will crash.
Fatih Bulut
This project is licensed under the MIT License