https://github.com/angelozdev/notes-app
You can save your personal notes, edit and delete them.
https://github.com/angelozdev/notes-app
pugjs tailwindcss
Last synced: 4 months ago
JSON representation
You can save your personal notes, edit and delete them.
- Host: GitHub
- URL: https://github.com/angelozdev/notes-app
- Owner: angelozdev
- License: mit
- Created: 2020-07-03T20:49:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:33:58.000Z (over 3 years ago)
- Last Synced: 2025-06-14T07:45:49.796Z (12 months ago)
- Topics: pugjs, tailwindcss
- Language: JavaScript
- Homepage: https://noteapp.angelozdev.vercel.app/
- Size: 1.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notes Application
_You can save your personal notes, edit and delete them._
## Built with
- [Tailwind.css](https://tailwindcss.com/)
- [MongoDB](https://www.mongodb.com/es)
- [ExpressJS](https://expressjs.com/es/)
- [Passport](http://www.passportjs.org/)
- [PugJS](https://pugjs.org/api/getting-started.html)
## Deploy
_You can see the project in production [Expug - Notes App](https://noteapp.angelozdev.vercel.app/)_
**Demo**
- email: johndoe@mail.com
- password: admin1234
## Starting
_You can clone this repository to have the project local:_
```bash
git clone https://github.com/angelozdev/notes-app.git
```
_Install the necessary dependencies in the root of the project._
```bash
npm install
```
_Run the following command to start the project in development mode:_
```bash
npm run dev
```
_Or run the following command to start the project in production mode:_
```bash
npm start
```
## Preview

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)