Instagram Clone with Angular, Node and Typescript started on 9 March 2019 (Ported to Nrwl tooling on 28 January 2020).
Work in progress! always!!
Explore, Notifications, Profile, Settings are pending! contributions are always welcome! 😉
Trying to keep it up with mobile first! 😅
- 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
- 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
Feel free to tweak around code and add new features! 😀