Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/webxrahat/teach_programming


https://github.com/webxrahat/teach_programming

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# This is live link

* https://b610-lerning-platform-server.web.app/

## How should I structure my application?

* npx create-react-app

* npm install react-router-dom

* npm install react-bootstrap bootstrap

* import 'bootstrap/dist/css/bootstrap.min.css'

## How can I authenticate users?

* npm i firebase

## How do I define models?

* set up pages(home, login, signup)

* set up layout(main)

* set up shared(header, leftSide, totalTutorial)

* set up routes(router, private router)

* load data in express.js

* authentication from firebase

* create context auth