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

https://github.com/priontoabdullah/anushilon-server

πŸ–ΌοΈ Anushilon - virtual science lab with interactive simulations πŸ“ΊπŸ”¬ built with React, Redux, Tailwind, Node, Express, MongoDB, Mongoose etc. πŸ§ͺ πŸ–₯️ Visit at https://anushilon-bd.web.app/ πŸŽ₯ ❀️
https://github.com/priontoabdullah/anushilon-server

express javascript mongodb mongoose node oauth2 rest-api

Last synced: 7 months ago
JSON representation

πŸ–ΌοΈ Anushilon - virtual science lab with interactive simulations πŸ“ΊπŸ”¬ built with React, Redux, Tailwind, Node, Express, MongoDB, Mongoose etc. πŸ§ͺ πŸ–₯️ Visit at https://anushilon-bd.web.app/ πŸŽ₯ ❀️

Awesome Lists containing this project

README

          

# πŸ“Ί Anushilon Virtual Science Lab

ANUSIHLON is based on the idea that lab experiments can be taught using the internet, more efficiently and less expensively. The online lab is made for students with no access to physical labs or where equipment is not available owing to being rare or costly.

## πŸš€ Important Links

- [Live Website](https://anushilon-bd.web.app/)
- [Client Repository](https://github.com/PriontoAbdullah/Anushilon-Client)
- [Server Repository](https://github.com/PriontoAbdullah/Anushilon-Server)
- [Simulation Repository](https://github.com/PriontoAbdullah/Anushilon-Simulations)
- [Project Proposal](https://docs.google.com/document/d/1dRNe0lboYRz5FtkDCwzMn4U7d8dcPxRaE5bc0S-pFKE/edit?usp=sharing)
- [Project Presentation](https://docs.google.com/presentation/d/1ZZl3t_hAsnq53eLVLowDTmgE9oMpwY1AZWzPglrltes/edit?usp=sharing)

---

## πŸ›  Technology Stack

- Language: JavaScript
- Frontend Library: React.JS
- State Management: Redux.JS
- UI Component: Tailwind CSS
- Web Server: Node.JS
- Backend Framework: Express.JS
- Database: MongoDB, Mongoose (ODM)
- CI/CD: Github, Heroku, Firebase.

---

> ### Install
```
npm install
```
> ### Build webpack
```
npm run build
```
> ### Dev Server

```
npm start
```