Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/)