Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:33:58.000Z (almost 2 years ago)
- Last Synced: 2024-09-30T07:25:35.593Z (about 1 month 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: [email protected]
- 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
![](./screenshot.png)## 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/)