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/ π₯ β€οΈ
- Host: GitHub
- URL: https://github.com/priontoabdullah/anushilon-server
- Owner: PriontoAbdullah
- Created: 2021-07-16T06:13:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T17:42:59.000Z (over 2 years ago)
- Last Synced: 2025-01-13T11:25:00.807Z (9 months ago)
- Topics: express, javascript, mongodb, mongoose, node, oauth2, rest-api
- Language: JavaScript
- Homepage:
- Size: 229 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```