/Chemical-

Primary LanguagePython

Project Name

SAFESTASH

Description

This project is a web application built with React for the frontend and Django with Django REST framework for the backend.

Technologies Used

  • Frontend: React
  • Backend: Django, Django REST framework

Features

  • [List of main features or functionalities]

Installation

  1. Clone the repository:
    git clone https://github.com/ROW-ZEAL/Chemical-.git
  2. Install dependencies:
    npm install   # for frontend

Usage

  1. Start the backend server:
    cd backend
    python manage.py runserver
  2. Start the frontend development server:
    cd frontend
    npm start
  3. Access the application at http://localhost:3000.

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Create a new Pull Request.