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

https://github.com/tomasesquivelgc/mern-bookstore

I make a full stack simple bookstore with the complete MERN stack
https://github.com/tomasesquivelgc/mern-bookstore

Last synced: 4 months ago
JSON representation

I make a full stack simple bookstore with the complete MERN stack

Awesome Lists containing this project

README

        

MERN BookStore

# πŸ“— Table of Contents

- [πŸ“– About the Project](#about-project)
- [πŸ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [πŸš€ Live Demo](#live-demo)
- [πŸ’» Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Deployment](#deployment)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# πŸ“– MERN BookStore

**MERN BookStore** is a simple bookstore application that uses the MERN full stack. MongoDB as a database,
Express.js for backend API, React.js for frontend application and Node.js for server-side runtime environment;

## πŸ›  Built With

### Tech Stack

Client

Server

Database

### Key Features

- **CRUD functionality for books**
- **Server connection and storage**
- **Toggle buttons to accomodate information however you desire**

(back to top)

## πŸš€ Live Demo

> Coming soon!

- [Live Demo Link](https://google.com)

(back to top)

## πŸ’» Getting Started

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

### Prerequisites

In order to run this project you need to run both backend and frontend folders in separate terminals.

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:tomasesquivelgc/MERN-Bookstore.git
```

### Install

Install this project with:

```sh
cd backend
npm install
cd ../
cd frontend
npm install

```

### Usage

To run the project, execute the following commands:

First, run the backend server:

```sh
cd backend
npm run dev
```

Then, run the frontend app on a separate console:

```sh
cd frontend
npm run dev
```

### Deployment

This app will be deployed using Heroku and MongoDB in the near future.

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **TomΓ‘s MatΓ­as Esquivel**

- GitHub: [@tomasesquivelgc](https://github.com/tomasesquivelgc)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/tomas-esquivel-dev/)

(back to top)

## πŸ”­ Future Features

- [ ] **Deployment**
- [ ] **Tests**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project please give it a star and check out more of my projects!

(back to top)

## πŸ™ Acknowledgments

I would like to thank my friends and family for always supporting me.
I would also like to thank FreeCodeCamp for providing an [easy to follow tutorial](https://www.youtube.com/watch?v=-42K44A1oMA) which I used to learn my first
steps with MongoDB and Express.js.

(back to top)

## πŸ“ License

This project is [MIT](./LICENSE) licensed.

(back to top)