An open API service indexing awesome lists of open source software.

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.

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:
![instagram](instaweb.png)