https://github.com/nfo94/rs-instagram
Instagram-web-like app with Nodejs and React.
https://github.com/nfo94/rs-instagram
mongodbatlas mongoose nodejs react socketio
Last synced: about 2 months ago
JSON representation
Instagram-web-like app with Nodejs and React.
- Host: GitHub
- URL: https://github.com/nfo94/rs-instagram
- Owner: nfo94
- Created: 2019-06-13T21:39:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T14:22:59.000Z (about 4 years ago)
- Last Synced: 2025-02-03T18:17:11.218Z (4 months ago)
- Topics: mongodbatlas, mongoose, nodejs, react, socketio
- Language: JavaScript
- Homepage:
- Size: 2.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Instagram web with upload, routes and realtime.
1. Install dependencies for the backend:
```javascript
yarn;
```2. Run the backend
```javascript
yarn dev
```3. Install dependencies for the frontend
```javascript
yarn;
```4. Run the frontend
```javascript
yarn start
```5. Check localhost:3333
Screenshot:
