AssetHub is a note and resource management site designed for college use.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Git
- Node.js
- Docker (for Docker setup)
-
Clone the repository
git clone https://github.com/GoAmeer030/Noter.git
-
Install dependencies
Navigate to the project directory and run:
npm i && npm run install-all -
Run the application
Start the application in the development mode:
npm run dev
-
Install Docker
Follow the instructions on the official Docker website to install Docker on your machine.
-
Run the application
Use Docker Compose to start the application:
docker-compose -f dev-docker-compose.yml up