Nysa is a database project for recording inventory details of archaeological artifacts and architectural elements. This project facilitates the organized recording and tracking of data obtained by archaeologists and experts during excavations.
- Creating and updating detailed inventory records of archaeological artifacts
- Identification and inventory records of architectural elements
- Management of excavation sites and layers
- Classification of archaeological materials by categories
- User-friendly interface and reporting
- Clone the project:
git clone https://github.com/sentugce/nysa.git
- Navigate to the project directory:
cd nysa
- Install the required dependencies:
meteor npm install
- Start the application:
meteor
The application will run by default at http://localhost:3000.
Go to http://localhost:3000 in your browser.
Sign up or log in.
Use the application to manage archaeological artifacts and architectural elements.
Contributions
Fork this repository.
Create a new branch: git checkout -b feature/feature-name
Commit your changes: git commit -m 'Add new feature'
Push your branch: git push origin feature/feature-name
Create a pull request.