/instagram-angular-csharp

Instagram like project where you can post, view other users post, comment and like posts.

Primary LanguageTypeScriptMIT LicenseMIT

Devagram

Instagram like project done with Angular and the server side done with C#, where you can see other users posts, post yourself, like and comment. It's possible to alter your user information and much more. You can test for yourself with the test user bellow.

TEST USER

USER: admin@admin.com

password: admin

This site is live!

Angular version: https://instagram-frontend-angular.vercel.app/

API Endpoints C#: https://devagram-csharp.herokuapp.com/swagger/index.html

https___insstagram.vercel.app.-.Google.Chrome.2022-11-08.22-09-11_Trim.mp4

Used Technologies

  1. Angular: 14.2.9.
  2. C# - .NET 7.0.
  3. MySQL 8.1
  4. Swagger for C#
  5. Angular CLI: 14.2.9
  6. Nodejs: 18.12.1
  7. SASS: 1.56.0

Setting up the local server

  1. Using GIT, Clone the repository with the command:
git clone https://github.com/d1av/instagram-frontend-angular.git
  1. Change the variables from src/environments.ts, to your API url.

Local Server

First, run the development server:

npm install

#and

npm start

Open http://localhost:3000 with your browser to see the result.