https://github.com/ankansaha/savenet
SaveNet Website is a sleek online Note Taker built with NodeJS, ExpressJS, MongoDB, Mongoose, and Tailwind CSS. It offers a user-friendly interface for creating, organizing, and storing notes securely. Stay organized and boost productivity with this efficient web app.
https://github.com/ankansaha/savenet
database digitalocean express-js fetch-api github gitlens heroku html-css-javascript jetbrains learn microsoft mongodb nodejs server termius
Last synced: 8 months ago
JSON representation
SaveNet Website is a sleek online Note Taker built with NodeJS, ExpressJS, MongoDB, Mongoose, and Tailwind CSS. It offers a user-friendly interface for creating, organizing, and storing notes securely. Stay organized and boost productivity with this efficient web app.
- Host: GitHub
- URL: https://github.com/ankansaha/savenet
- Owner: AnkanSaha
- License: mit
- Created: 2022-07-30T21:15:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T18:04:18.000Z (over 1 year ago)
- Last Synced: 2025-04-03T23:32:47.486Z (about 1 year ago)
- Topics: database, digitalocean, express-js, fetch-api, github, gitlens, heroku, html-css-javascript, jetbrains, learn, microsoft, mongodb, nodejs, server, termius
- Language: JavaScript
- Homepage: https://docs.ankansaha.tech
- Size: 2.84 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# SaveNet
[](https://dl.circleci.com/status-badge/redirect/gh/AnkanSaha/SaveNet/tree/main)
Store Data with Security & access anywhere in world instantly.
## Authors
- [@AnkanSaha](https://www.github.com/AnkanSaha)
## Badges
Add badges from somewhere like: [shields.io](https://shields.io/)
[](https://choosealicense.com/licenses/mit/)
[](https://opensource.org/licenses/)
[](http://www.gnu.org/licenses/agpl-3.0)
## Deployment
To deploy this project run
```bash
npm run start
```
## 🚀 About Me
Self-motivated web developer looking for a opportunity. Expert in Frontend Development and designs. Can interpret and utilize the knowledge
## Features
- Store Data
- Read Data
- Delete Data
## 🔗 Links
[](https://www.linkedin.com/in/ankansaha-)
[](https://twitter.com/theankansaha)
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Run Locally
Clone the project
```bash
git clone https://github.com/AnkanSaha/SaveNet.git
```
Go to the project directory
```bash
cd SaveNet
```
Install dependencies
```bash
npm install # to install all dependencies
```
Start the server (Backend)
```bash
npm run start #(For Production)
```
```bash
npm run dev # for development
```
## Tech Stack
**Client:** HTML5, CSS3, Javascript, TailwindCSS
**Server:** Node, Express, MongoDB Atlas (Cloud) & Mongoose (ODM) & Azure (Cloud) & Cloudflare (CDN)