This project is a database designed to manage information about secret agents. It includes features for storing, retrieving, and managing data about agents, their missions, and their skills.
- Clone the repository:
git clone https://github.com/visionthex/secret_agent_database
.git` - Navigate to the project directory:
cd secret_agent_database
- Install dependencies:
npm install
To start the application, run npm start
(or yarn start
).
- Agent Management: Add, update, and delete agent profiles.
- Mission Tracking: Keep track of ongoing and completed missions.
- Skills Database: Maintain a database of skills and assign them to agents.