All Projects → shindesharad71 → Anstagram

shindesharad71 / Anstagram

Licence: MIT license
Instagram Clone with Angular, Node and Typescript Using Nrwl Tooling.

Programming Languages

HTML
75241 projects
typescript
32286 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to Anstagram

nrwl-nx-action
A GitHub Action to wrap Nrwl Nx commands in your workflows.
Stars: ✭ 163 (+352.78%)
Mutual labels:  nrwl
fullstack-ts-boilerplate
Full-stack boilerplate in TS using modern technology
Stars: ✭ 25 (-30.56%)
Mutual labels:  nrwl
node-boilerplate
Node Typescript Boilerplate for Microservices. Skeleton for Node.js Apps written in TypeScript (with Setup Instructions for ESLint, Prettier, and Husky)
Stars: ✭ 92 (+155.56%)
Mutual labels:  node-typescript
egg-vue-typescript-boilerplate
Egg Vue TypeScript Server Side Render (SSR) / Client Side Render (CSR)
Stars: ✭ 69 (+91.67%)
Mutual labels:  node-typescript
rest-api-node-typescript
This is a simple REST API with node and express with typescript
Stars: ✭ 154 (+327.78%)
Mutual labels:  node-typescript
nodejs-health-checker
This is a Node package that allows you to track the health of your application providing readiness and liveness functionalities.
Stars: ✭ 34 (-5.56%)
Mutual labels:  node-typescript

Anstagram

🤟 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!!

🎬 Demo

Explore, Notifications, Profile, Settings are pending! contributions are always welcome! 😉

Demo

📱 Responsive

Trying to keep it up with mobile first! 😅

🔘 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

🔘 Installation and Setup

  1. Clone the project to your local machine
git clone https://github.com/shindesharad71/Anstagram.git
  1. Change the directory to Anstagram
cd Anstagram
  1. Rename env.example file to .env and add required details

  2. Install the packages required

npm install
  1. Start the application
  • Frontend
npx nx serve
  • Backend
npx nx serve backend

🔘 Contribution

Feel free to tweak around code and add new features! 😀

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].