Skip to content

monstermahi982/studentCorner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

Student katta :-

A small PROFILE checking web application for users like mini linkedin, students can check each others profile.

Demo

https://student-katha.herokuapp.com/

Tech Stack

Client : React, Material UI, Html5, Css3

Server : FastAPI (python3)

Databse : Mongodb atlas

Deployment : Heroku

Installation and Run locally

Install my-project with npm

    git clone https://github.com/monstermahi982/studentCorner.git
    cd studentCorner

Start Backend server

    cd backend
    pip3 install -m venv venv
    pip install -r requirement.txt
    uvicorn main:app --reload

http://localhost:8000/docs/

Start Frontend app

    cd Frontend
    npm install
    npm start

https://localhost:3000/student/

Deployment

To deploy this project on heroku run

  heroku login
  cd my-project/
  git init
  heroku git:remote -a project_name
  git add .
  git commit -am "monster world"
  git push heroku master