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
- Host: GitHub
- URL: https://github.com/tomasesquivelgc/mern-bookstore
- Owner: tomasesquivelgc
- License: mit
- Created: 2024-05-22T15:28:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-23T19:51:42.000Z (about 1 year ago)
- Last Synced: 2025-01-06T03:42:08.692Z (6 months ago)
- Language: JavaScript
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** 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;Client
Server
Database
- **CRUD functionality for books**
- **Server connection and storage**
- **Toggle buttons to accomodate information however you desire**
> Coming soon!
- [Live Demo Link](https://google.com)
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.
π€ **TomΓ‘s MatΓas Esquivel**
- GitHub: [@tomasesquivelgc](https://github.com/tomasesquivelgc)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/tomas-esquivel-dev/)
- [ ] **Deployment**
- [ ] **Tests**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please give it a star and check out more of my projects!
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.
This project is [MIT](./LICENSE) licensed.