Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/empobla/codernotes

Coder Notes is a website which allows you to take notes online and save them.
https://github.com/empobla/codernotes

express mongodb nodejs pug

Last synced: about 1 month ago
JSON representation

Coder Notes is a website which allows you to take notes online and save them.

Awesome Lists containing this project

README

        

[![Contributors][contributors-shield]][contributors-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]




Coder Notes


Coder Notes is a website which allows you to take notes online and save them.




Report Bug
·
Request Feature


Table of Contents



  1. About The Project



  2. Getting Started


  3. Usage

  4. Contributing

  5. License

  6. Contact

## About The Project

![Coder Notes Screen Shot][product-screenshot]

Coder Notes is a website which allows you to quickly take notes online and save them, having access to the notes quickly anywhere in the world.

(back to top)

### Built With

[![MongoDB][MongoDB]][Mongo-url]
[![Express][Express.js]][Express-url]
[![Pug][Pug.js]][Pug-url]
[![Node][Node.js]][Node-url]
[![Heroku][Heroku]][Heroku-url]

(back to top)

## Getting Started

To get a local copy up and running follow these simple example steps.

### Prerequisites

This project requires Node.js and local MongoDB. A MongoDB server must be set up locally before using this project.
* Install npm:
```sh
npm install npm@latest -g
```
* Install [MongoDB Community Server][MongoDB-community-url]. Instructions for MongoDB Community Server can be found [here][MongoDB-instructions-url].

### Installation

1. Clone the repo
```sh
git clone https://github.com/empobla/CoderNotes.git
```
2. Install NPM packages
```sh
npm install
```
3. Start the server in development mode!
```sh
npm run devstart
```

(back to top)

## Usage

To write a note, simply start writing!

![Note Demo](README/images/demo.png)

You can also view your notes, edit existing ones, create new notes, and even delete your notes!

![Notes Demo](README/images/notes.png)

(back to top)

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

(back to top)

## License

Distributed under the MIT License. See `LICENSE.txt` for more information.

(back to top)

## Contact

Emilio Popovits Blake - [Contact](https://emilioppv.com/contact)

Project Link: [https://github.com/empobla/CoderNotes](https://github.com/empobla/CoderNotes)

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/empobla/CoderNotes.svg?style=for-the-badge
[contributors-url]: https://github.com/empobla/CoderNotes/graphs/contributors
[issues-shield]: https://img.shields.io/github/issues/empobla/CoderNotes.svg?style=for-the-badge
[issues-url]: https://github.com/empobla/CoderNotes/issues
[license-shield]: https://img.shields.io/github/license/empobla/CoderNotes?style=for-the-badge
[license-url]: https://github.com/empobla/CoderNotes/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/emilio-popovits

[product-screenshot]: README/images/main.png

[MongoDB]: https://img.shields.io/badge/mongodb-ffffff?style=for-the-badge&logo=mongodb&logoColor=47a248
[Mongo-url]: https://www.mongodb.com/
[Express.js]: https://img.shields.io/badge/express-000000?style=for-the-badge&logo=express&logoColor=ffffff
[Express-url]: https://expressjs.com/
[Pug.js]: https://img.shields.io/badge/pug.js-a86454?style=for-the-badge&logo=pug&logoColor=000000
[Pug-url]: https://pugjs.org
[Node.js]: https://img.shields.io/badge/node.js-090c15?style=for-the-badge&logo=nodedotjs&logoColor=339933
[Node-url]: https://nodejs.org
[Heroku]: https://img.shields.io/badge/heroku-430098?style=for-the-badge&logo=heroku&logoColor=ffffff
[Heroku-url]: https://www.heroku.com/

[MongoDB-community-url]: https://www.mongodb.com/try/download/community
[MongoDB-atlas-url]: https://www.mongodb.com/atlas/database
[MongoDB-instructions-url]: https://www.mongodb.com/docs/manual/administration/install-community
[IAM-instructions-url]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html