Skip to content

MERN stack-based web app for creating personal Mini Instagram.

License

Notifications You must be signed in to change notification settings

Saurabh1496/Mini-Instagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini-Instagram

This contain code for creating own Mini Instagram like web app using MERN stack [1].

Starting Application

This code contain two separate folder, server and client. Server can be started by executing below commands in main directory:

npm install
node server/app.js

Similarly client can be started by executing below commands in client directory:

npm install
npm start

NOTE: Look inside server/config/key.js file for setting appropriate environment variable.

References

[1] MERN Stack Master Course - Building your own Instagram, Udemy

About

MERN stack-based web app for creating personal Mini Instagram.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published