Skip to content

onurtufekci34/redi_p2p_project_with_json_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creative Tech Shop

This project is a web application built using React.

Installation

  1. Clone the repository: git clone https://github.com/ReDI-Cyberspace/Fall-FullStack-bootcamp.git
  2. Navigate to the project directory: cd project
  3. Install dependencies: npm install
  4. Install json-server npm install -g json-server

How to Run

After installing project dependencies, start the project using the following command:

json-server --watch ./data/db.json --port 3000

npm run dev

Project Structure

data/: db.json 
src/: Source code of the project
pages/: Page components
layouts/: Page layouts
components/: General components
images/: Image files
public/: Public files (favicon, index.html)

Technologies Used

-React
-React Router
-Bootstrap
-React Bootstrap
-Vite 

Additional Information

-Node.js must be installed to install project dependencies.
-Internet connection is required to run the project

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT