Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 1.32 KB

README.md

File metadata and controls

68 lines (44 loc) · 1.32 KB

Simple Book Shop Website Using MERN Stack

Alt text

💻 Technologies

This project was made using the follow technologies:

👷 How to run

# Clone Repository
$ git clone https://github.com/MRezaSafari/Book-Shop.git

📦 Database

# use json files in samples folder to create a database in mongoDB

📦 Run API

# Go to server folder
$ cd backend

# Install Dependencies
$ yarn install

# Run Aplication
$ yarn run dev

Access API at http://localhost:3000/

📦 Run Frontend

# Go to server folder
$ cd /

# Install Dependencies
$ yarn install

# Run Aplication
$ yarn start

🐛 Issues

Feel free to file a new issue with a respective title and description. If you already found a solution to your problem, i would love to review your pull request!

📕 License

Released in 2021 📕 License

Made with ❤️ in Iran by Reza Safari 🚀. This project is under the MIT license.

Give a ⭐️ if this project helped you!