Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.01 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.01 KB

Pet Connector App

Social network for pet owners

Tech stack: Node.js, Express.js, React.js, MongoDB

You can create a new account or use the following demo account

Email: [email protected]
Password: 123456

Quick Start 🚀

Add a default.json file in config folder with the following

{
  "mongoURI": "<your_mongoDB_Atlas_uri_with_credentials>",
  "jwtSecret": "secret",
  "githubToken": "<yoursecrectaccesstoken>"
}

Install server dependencies

npm install

Install client dependencies

cd client
npm install

Run both Express & React from root

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.


App Info

Author

Fatih Bulut

License

This project is licensed under the MIT License