Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aryajava/rc40-challenge21

This BREADS (Browse, Read, Edit, Add, Delete, Sort) project is Express JS application with EJS template engine.
https://github.com/aryajava/rc40-challenge21

breads ejs-template-engine expressjs javascript nodejs pagination

Last synced: about 2 months ago
JSON representation

This BREADS (Browse, Read, Edit, Add, Delete, Sort) project is Express JS application with EJS template engine.

Awesome Lists containing this project

README

        

# Rubicamp Batch 40

> Challenge 21

This BREADS (Browse, Read, Edit, Add, Delete, Sort) project is Express JS application with EJS template engine.

## Table of Contents

- [Rubicamp Batch 40](#rubicamp-batch-40)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)

## Installation

To install the dependencies, run the following command:

```bash
npm install
```

Create an ```.env``` file in the root of your project. Add a session secret in it:

```bash
SESSION_SECRET = your_secret_key_here
```

## Usage

To start the application, use the following command:

```bash
npm run dev
```

## Contributing

If you would like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

## License

This project is [Unlicense License](./LICENSE).

## Contact

If you have any questions or issues, please open an [issue](https://github.com/aryajava/rc40-challenge21/issues) at the issue tracker