The Spatial Web App offers comprehensive CRUD functionality, empowering users to effortlessly manage compartment calculations within a browser-based platform. Developed using the MERN stack (MongoDB, Express, React, Node.js), the app prioritizes a web-first approach and integrates responsive design to cater to various screen sizes, including mobile devices.
The project is divided into three main folders:
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them:
- Node.js
- npm
A step by step series of examples that tell you how to get a development environment running:
- Clone the repo
git clone https://github.com/your_username_/Project-Name.git
- Install NPM packages
npm install
- Start the server
npm start
- Start the frontend
cd spatial-client
npm start
-
Open the browser and navigate to
http://localhost:5173/
-
Optional: Run the tests
cd test
python -m pytest or python -m pytest -vv
The tools and frameworks used in this project include: