Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwafrika/memories
Memories is an application where people can easily share their memories of interest.
https://github.com/mwafrika/memories
material-ui mongodb netlify nodejs reactjs redux redux-thunk
Last synced: 15 days ago
JSON representation
Memories is an application where people can easily share their memories of interest.
- Host: GitHub
- URL: https://github.com/mwafrika/memories
- Owner: mwafrika
- License: mit
- Created: 2021-07-24T10:45:09.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-03-18T05:43:12.000Z (almost 3 years ago)
- Last Synced: 2025-01-03T15:11:39.201Z (17 days ago)
- Topics: material-ui, mongodb, netlify, nodejs, reactjs, redux, redux-thunk
- Language: JavaScript
- Homepage:
- Size: 8.33 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/153c7db9-ec78-42ee-b1f4-61ef8dc2665c/deploy-status)](https://app.netlify.com/sites/souvenirs-01/deploys) ![Heroku](https://pyheroku-badge.herokuapp.com/?app=souvenir-02)
# Souvenirs
> Souvenir is an application where people can easily share their memories of interest.
Check the
## Built With
- React
- Nodejs
- Express
- MongoDB
- Mongoose
- Material UI## Live demo
[click to visit the live demo](https://souvenirs-01.netlify.app/posts)
## Getting Started
### Prerequisites
```
In order to run this project locally you should already have node and npm installed in your computer
```### To get the local copy of this repository
```
git clone https://github.com/mwafrika/Memories.git```
### Install dependancies for the client side
```
cd Memories/client && npm install
```### Install dependancies for the server side
```
cd Memories/server && npm install
```### To run the local copy of this repository for the client side
```
cd Memories/client && npm start
```### To run the local copy of this repository for the server side
```
cd Memories/server && npm start
```### Note :
There will be significant improvements in the upcoming version of this project, including the use of `concurrently` to run both the client and the server in parallel and only once to make life easier when running the project locally and remotely.
## Authors
👤 **Author1**
- GitHub: [@mwafrika](https://github.com/mwafrika)
- Twitter: [@mwafrika](https://twitter.com/mwafrikamufung1)
- LinkedIn: [mwafrika](https://linkedin.com/in/mwafrika-mufungizi)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./MIT.md) licensed.