Anstagram
Anstagram copied to clipboard
Instagram Clone with Angular, Node and Typescript Using Nrwl Tooling.
:love_you_gesture: Anstagram
Instagram Clone with Angular, Node and Typescript started on 9 March 2019 (Ported to Nrwl tooling on 28 January 2020).
Work in progress! always!!
:clapper: Demo
Explore, Notifications, Profile, Settings are pending! contributions are always welcome! :wink:
:iphone: Responsive
Trying to keep it up with mobile first! :sweat_smile:
:radio_button: Things Learned While Building Anstagram
- Angular App Architecture
- Setup Node App with TypeScript
- Angular App Route Protection
- JWT Token Management
- Google Cloud Instance Firewall and Domain Mappings
- Ngnix Server and Reverse Proxy
- Google Cloud Storage File Upload and Retrieve
- Nrwl Tooling
:radio_button: Installation and Setup
- Clone the project to your local machine
git clone https://github.com/shindesharad71/Anstagram.git
- Change the directory to
Anstagram
cd Anstagram
-
Rename
env.example
file to.env
and add required details -
Install the packages required
npm install
- Start the application
- Frontend
npx nx serve
- Backend
npx nx serve backend
:radio_button: Contribution
Feel free to tweak around code and add new features! :grinning: